#CBA9D0

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

Shades of Lilac #CBA9D0

Tints of Lilac #CBA9D0

Color information

#CBA9D0 (or 0xCBA9D0) is unknown color: approx Lilac. HEX triplet: CB, A9 and D0. RGB value is (203,169,208). Sum of RGB (Red+Green+Blue) = 203+169+208=580 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35% from 580); Green value is 169 (66.41% from 255 or 29.14% from 580); Blue value is 208 (81.64% from 255 or 35.86% from 580); Max value from RGB is 208 - color contains mainly: blue. Hex color #CBA9D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA9D0 is #34562F. Grayscale: #B7B7B7. Windows color (decimal): -3429936 or 13674955. OLE color: 13674955.

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

Color convert

RGB203169208-
CMYK0.020.1900.18
HSL292.31º29.32%73.92%-
HSV(B)292.31º18.75%81.57%-
XYZ50.245.6365.84-
YUV183.61141.76141.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35%
GREEN value IS 169 (66.41% from 255) = 29.14%
BLUE value IS 208 (81.64% from 255) = 35.86%
R=35%
G=29.14%
B=35.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2031692080.020.1900.18292.3129.3273.92
HexCBA9D02130121241d4a
Octal31325132022302244435112
Binary1100101110101001110100001010011010010100100100111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA9D0; }

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

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

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

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

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

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

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

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