#CB99D0

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

Shades of Lilac #CB99D0

Tints of Lilac #CB99D0

Color information

#CB99D0 (or 0xCB99D0) is unknown color: approx Lilac. HEX triplet: CB, 99 and D0. RGB value is (203,153,208). Sum of RGB (Red+Green+Blue) = 203+153+208=564 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.99% from 564); Green value is 153 (60.16% from 255 or 27.13% from 564); Blue value is 208 (81.64% from 255 or 36.88% from 564); Max value from RGB is 208 - color contains mainly: blue. Hex color #CB99D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB99D0 is #34662F. Grayscale: #AEAEAE. Windows color (decimal): -3434032 or 13670859. OLE color: 13670859.

HSL color Cylindrical-coordinate representation of color #CB99D0: hue angle of 294.55º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CB99D0 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB203153208-
CMYK0.020.2600.18
HSL294.55º36.91%70.78%-
HSV(B)294.55º26.44%81.57%-
XYZ47.4140.0364.9-
YUV174.22147.06148.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.99%
GREEN value IS 153 (60.16% from 255) = 27.13%
BLUE value IS 208 (81.64% from 255) = 36.88%
R=35.99%
G=27.13%
B=36.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2031532080.020.2600.18294.5536.9170.78
HexCB99D021A0121272547
Octal31323132023202244745107
Binary11001011100110011101000010110100100101001001111001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB99D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB99D0; }

 p { color: rgb(203,153,208); }

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

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

 a { background-color: rgb(203,153,208); }

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

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

 span { border-color: rgb(203,153,208); }

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