#CBB5C9

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

Shades of Lilac #CBB5C9

Tints of Lilac #CBB5C9

Color information

#CBB5C9 (or 0xCBB5C9) is unknown color: approx Lilac. HEX triplet: CB, B5 and C9. RGB value is (203,181,201). Sum of RGB (Red+Green+Blue) = 203+181+201=585 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.70% from 585); Green value is 181 (71.09% from 255 or 30.94% from 585); Blue value is 201 (78.91% from 255 or 34.36% from 585); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB5C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB5C9 is #344A36. Grayscale: #BDBDBD. Windows color (decimal): -3426871 or 13219275. OLE color: 13219275.

HSL color Cylindrical-coordinate representation of color #CBB5C9: hue angle of 305.45º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBB5C9 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB203181201-
CMYK00.110.010.20
HSL305.45º17.46%75.29%-
HSV(B)305.45º10.84%79.61%-
XYZ51.749.9662.18-
YUV189.86134.29137.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.70%
GREEN value IS 181 (71.09% from 255) = 30.94%
BLUE value IS 201 (78.91% from 255) = 34.36%
R=34.70%
G=30.94%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318120100.110.010.20305.4517.4675.29
HexCBB5C90B114131114b
Octal31326531101312446121113
Binary11001011101101011100100101011110100100110001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB5C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB5C9; }

 p { color: rgb(203,181,201); }

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

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

 a { background-color: rgb(203,181,201); }

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

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

 span { border-color: rgb(203,181,201); }

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