#CF99CC

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

Shades of Lilac #CF99CC

Tints of Lilac #CF99CC

Color information

#CF99CC (or 0xCF99CC) is unknown color: approx Lilac. HEX triplet: CF, 99 and CC. RGB value is (207,153,204). Sum of RGB (Red+Green+Blue) = 207+153+204=564 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.70% from 564); Green value is 153 (60.16% from 255 or 27.13% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 207 - color contains mainly: red. Hex color #CF99CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF99CC is #306633. Grayscale: #AEAEAE. Windows color (decimal): -3171892 or 13408719. OLE color: 13408719.

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

Color convert

RGB207153204-
CMYK00.260.010.19
HSL303.33º36%70.59%-
HSV(B)303.33º26.09%81.18%-
XYZ48.0240.4162.4-
YUV174.96144.39150.85-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.70%
GREEN value IS 153 (60.16% from 255) = 27.13%
BLUE value IS 204 (80.08% from 255) = 36.17%
R=36.70%
G=27.13%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715320400.260.010.19303.333670.59
HexCF99CC01A11312f2447
Octal31723131403212345744107
Binary1100111110011001110011000110101100111001011111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF99CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF99CC; }

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

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

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

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

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

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

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

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