#CC99CD

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

Shades of Lilac #CC99CD

Tints of Lilac #CC99CD

Color information

#CC99CD (or 0xCC99CD) is unknown color: approx Lilac. HEX triplet: CC, 99 and CD. RGB value is (204,153,205). Sum of RGB (Red+Green+Blue) = 204+153+205=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 153 (60.16% from 255 or 27.22% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC99CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC99CD is #336632. Grayscale: #AEAEAE. Windows color (decimal): -3368499 or 13474252. OLE color: 13474252.

HSL color Cylindrical-coordinate representation of color #CC99CD: hue angle of 298.85º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CC99CD is Cyan = 0.00, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB204153205-
CMYK0.000.2500.20
HSL298.85º34.21%70.2%-
HSV(B)298.85º25.37%80.39%-
XYZ47.3140.0362.99-
YUV174.18145.4149.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.30%
GREEN value IS 153 (60.16% from 255) = 27.22%
BLUE value IS 205 (80.47% from 255) = 36.48%
R=36.30%
G=27.22%
B=36.48%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2041532050.000.2500.20298.8534.2170.2
HexCC99CD01901412b2246
Octal31423131503102445342106
Binary1100110010011001110011010110010101001001010111000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC99CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC99CD; }

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

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

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

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

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

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

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

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