#CC99CE

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

Shades of Lilac #CC99CE

Tints of Lilac #CC99CE

Color information

#CC99CE (or 0xCC99CE) is unknown color: approx Lilac. HEX triplet: CC, 99 and CE. RGB value is (204,153,206). Sum of RGB (Red+Green+Blue) = 204+153+206=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 153 (60.16% from 255 or 27.18% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC99CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC99CE is #336631. Grayscale: #AEAEAE. Windows color (decimal): -3368498 or 13539788. OLE color: 13539788.

HSL color Cylindrical-coordinate representation of color #CC99CE: hue angle of 297.74º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CC99CE is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB204153206-
CMYK0.010.2600.19
HSL297.74º35.1%70.39%-
HSV(B)297.74º25.73%80.78%-
XYZ47.4340.0863.63-
YUV174.29145.9149.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.23%
GREEN value IS 153 (60.16% from 255) = 27.18%
BLUE value IS 206 (80.86% from 255) = 36.59%
R=36.23%
G=27.18%
B=36.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2041532060.010.2600.19297.7435.170.39
HexCC99CE11A01312a2346
Octal31423131613202345243106
Binary1100110010011001110011101110100100111001010101000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC99CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC99CE; }

 p { color: rgb(204,153,206); }

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

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

 a { background-color: rgb(204,153,206); }

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

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

 span { border-color: rgb(204,153,206); }

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