#CBB5CA

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

Shades of Lilac #CBB5CA

Tints of Lilac #CBB5CA

Color information

#CBB5CA (or 0xCBB5CA) is unknown color: approx Lilac. HEX triplet: CB, B5 and CA. RGB value is (203,181,202). Sum of RGB (Red+Green+Blue) = 203+181+202=586 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.64% from 586); Green value is 181 (71.09% from 255 or 30.89% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB5CA is #344A35. Grayscale: #BDBDBD. Windows color (decimal): -3426870 or 13284811. OLE color: 13284811.

HSL color Cylindrical-coordinate representation of color #CBB5CA: hue angle of 302.73º 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 #CBB5CA is Cyan = 0, Magento = 0.11, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB203181202-
CMYK00.110.000.20
HSL302.73º17.46%75.29%-
HSV(B)302.73º10.84%79.61%-
XYZ51.8150.0162.8-
YUV189.97134.79137.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.64%
GREEN value IS 181 (71.09% from 255) = 30.89%
BLUE value IS 202 (79.30% from 255) = 34.47%
R=34.64%
G=30.89%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318120200.110.000.20302.7317.4675.29
HexCBB5CA0B01412f114b
Octal31326531201302445721113
Binary11001011101101011100101001011010100100101111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB5CA; }

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

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

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

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

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

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

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

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