#CCC3F6

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

Shades of Lavender Blue #CCC3F6

Tints of Lavender Blue #CCC3F6

Color information

#CCC3F6 (or 0xCCC3F6) is unknown color: approx Lavender Blue. HEX triplet: CC, C3 and F6. RGB value is (204,195,246). Sum of RGB (Red+Green+Blue) = 204+195+246=645 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.63% from 645); Green value is 195 (76.56% from 255 or 30.23% from 645); Blue value is 246 (96.48% from 255 or 38.14% from 645); Max value from RGB is 246 - color contains mainly: blue. Hex color #CCC3F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC3F6 is #333C09. Grayscale: #CBCBCB. Windows color (decimal): -3357706 or 16171980. OLE color: 16171980.

HSL color Cylindrical-coordinate representation of color #CCC3F6: hue angle of 250.59º degrees, saturation: 0.74, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCC3F6 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB204195246-
CMYK0.170.2100.04
HSL250.59º73.91%86.47%-
HSV(B)250.59º20.73%96.47%-
XYZ61.0558.5295.27-
YUV203.5151.98128.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.63%
GREEN value IS 195 (76.56% from 255) = 30.23%
BLUE value IS 246 (96.48% from 255) = 38.14%
R=31.63%
G=30.23%
B=38.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2041952460.170.2100.04250.5973.9186.47
HexCCC3F6111504fb4a56
Octal314303366212504373112126
Binary110011001100001111110110100011010101001111101110010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC3F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC3F6; }

 p { color: rgb(204,195,246); }

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

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

 a { background-color: rgb(204,195,246); }

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

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

 span { border-color: rgb(204,195,246); }

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