#c0ccfc

Color #C0CCFC Lavender Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blue #C0CCFC

Tints of Lavender Blue #C0CCFC

Color information

#C0CCFC (or 0xC0CCFC) is unknown color: approx Lavender Blue. HEX triplet: C0, CC and FC. RGB value is (192,204,252). Sum of RGB (Red+Green+Blue) = 192+204+252=648 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.63% from 648); Green value is 204 (80.08% from 255 or 31.48% from 648); Blue value is 252 (98.83% from 255 or 38.89% from 648); Max value from RGB is 252 - color contains mainly: blue. Hex color #C0CCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CCFC is #3F3303. Grayscale: #CDCDCD. Windows color (decimal): -4141828 or 16567488. OLE color: 16567488.

HSL color Cylindrical-coordinate representation of color #C0CCFC: hue angle of 228º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0CCFC is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB192204252-
CMYK0.240.1900.01
HSL228º90.91%87.06%-
HSV(B)228º23.81%98.82%-
XYZ60.961.42100.74-
YUV205.88154.02118.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 29.63%
GREEN value IS 204 (80.08% from 255) = 31.48%
BLUE value IS 252 (98.83% from 255) = 38.89%
R=29.63%
G=31.48%
B=38.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1922042520.240.1900.0122890.9187.06
HexC0CCFC181301e45b57
Octal300314374302301344133127
Binary1100000011001100111111001100010011011110010010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c0ccfc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c0ccfc; }

 p { color: rgb(192,204,252); }

 H1.HeaderClassName
 {
   color: #c0ccfc;
 }
 .AnyTagClassName
 {
   color: #c0ccfc;
 }
</style>
background-color css

<style>
 a { background-color: #c0ccfc; }

 a { background-color: rgb(192,204,252); }

 div.DivClassName
 {
   background-color: #c0ccfc;
 }
 .BgClassName
 {
   background-color: #c0ccfc;
 }
</style>
border-color css

<style>
 span { border-color: #c0ccfc; }

 span { border-color: rgb(192,204,252); }

 td.TdClassName
 {
   border-color: #c0ccfc;
 }
 .TagClassName
 {
   border-color: #c0ccfc;
 }
</style>