#C2CCFC

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

Shades of Lavender Blue #C2CCFC

Tints of Lavender Blue #C2CCFC

Color information

#C2CCFC (or 0xC2CCFC) is unknown color: approx Lavender Blue. HEX triplet: C2, CC and FC. RGB value is (194,204,252). Sum of RGB (Red+Green+Blue) = 194+204+252=650 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.85% from 650); Green value is 204 (80.08% from 255 or 31.38% from 650); Blue value is 252 (98.83% from 255 or 38.77% from 650); Max value from RGB is 252 - color contains mainly: blue. Hex color #C2CCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CCFC is #3D3303. Grayscale: #CECECE. Windows color (decimal): -4010756 or 16567490. OLE color: 16567490.

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

Color convert

RGB194204252-
CMYK0.230.1900.01
HSL229.66º90.62%87.45%-
HSV(B)229.66º23.02%98.82%-
XYZ61.4161.68100.76-
YUV206.48153.69119.1-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.85%
GREEN value IS 204 (80.08% from 255) = 31.38%
BLUE value IS 252 (98.83% from 255) = 38.77%
R=29.85%
G=31.38%
B=38.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1942042520.230.1900.01229.6690.6287.45
HexC2CCFC171301e65b57
Octal302314374272301346133127
Binary1100001011001100111111001011110011011110011010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CCFC; }

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

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

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

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

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

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

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

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