#CB9AD0

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

Shades of Lilac #CB9AD0

Tints of Lilac #CB9AD0

Color information

#CB9AD0 (or 0xCB9AD0) is unknown color: approx Lilac. HEX triplet: CB, 9A and D0. RGB value is (203,154,208). Sum of RGB (Red+Green+Blue) = 203+154+208=565 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.93% from 565); Green value is 154 (60.55% from 255 or 27.26% from 565); Blue value is 208 (81.64% from 255 or 36.81% from 565); Max value from RGB is 208 - color contains mainly: blue. Hex color #CB9AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9AD0 is #34652F. Grayscale: #AEAEAE. Windows color (decimal): -3433776 or 13671115. OLE color: 13671115.

HSL color Cylindrical-coordinate representation of color #CB9AD0: hue angle of 294.44º degrees, saturation: 0.36, 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 #CB9AD0 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB203154208-
CMYK0.020.2600.18
HSL294.44º36.49%70.98%-
HSV(B)294.44º25.96%81.57%-
XYZ47.5740.3664.96-
YUV174.81146.73148.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.93%
GREEN value IS 154 (60.55% from 255) = 27.26%
BLUE value IS 208 (81.64% from 255) = 36.81%
R=35.93%
G=27.26%
B=36.81%

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
Decimal2031542080.020.2600.18294.4436.4970.98
HexCB9AD021A0121262447
Octal31323232023202244644107
Binary11001011100110101101000010110100100101001001101001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9AD0; }

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

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

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

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

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

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

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

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