#CB99CC

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

Shades of Lilac #CB99CC

Tints of Lilac #CB99CC

Color information

#CB99CC (or 0xCB99CC) is unknown color: approx Lilac. HEX triplet: CB, 99 and CC. RGB value is (203,153,204). Sum of RGB (Red+Green+Blue) = 203+153+204=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 153 (60.16% from 255 or 27.32% from 560); Blue value is 204 (80.08% from 255 or 36.43% from 560); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB99CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB99CC is #346633. Grayscale: #ADADAD. Windows color (decimal): -3434036 or 13408715. OLE color: 13408715.

HSL color Cylindrical-coordinate representation of color #CB99CC: hue angle of 298.82º degrees, saturation: 0.33, 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 #CB99CC is Cyan = 0.00, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB203153204-
CMYK0.000.2500.2
HSL298.82º33.33%70%-
HSV(B)298.82º25%80%-
XYZ46.9239.8462.34-
YUV173.76145.06148.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.25%
GREEN value IS 153 (60.16% from 255) = 27.32%
BLUE value IS 204 (80.08% from 255) = 36.43%
R=36.25%
G=27.32%
B=36.43%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2031532040.000.2500.2298.8233.3370
HexCB99CC01901412b2146
Octal31323131403102445341106
Binary1100101110011001110011000110010101001001010111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB99CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB99CC; }

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

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

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

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

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

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

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

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