#CBB4CA

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

Shades of Lilac #CBB4CA

Tints of Lilac #CBB4CA

Color information

#CBB4CA (or 0xCBB4CA) is unknown color: approx Lilac. HEX triplet: CB, B4 and CA. RGB value is (203,180,202). Sum of RGB (Red+Green+Blue) = 203+180+202=585 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.70% from 585); Green value is 180 (70.70% from 255 or 30.77% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB4CA is #344B35. Grayscale: #BDBDBD. Windows color (decimal): -3427126 or 13284555. OLE color: 13284555.

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

Color convert

RGB203180202-
CMYK00.110.000.20
HSL302.61º18.11%75.1%-
HSV(B)302.61º11.33%79.61%-
XYZ51.6149.662.73-
YUV189.38135.12137.71-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.70%
GREEN value IS 180 (70.70% from 255) = 30.77%
BLUE value IS 202 (79.30% from 255) = 34.53%
R=34.70%
G=30.77%
B=34.53%

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
Decimal20318020200.110.000.20302.6118.1175.1
HexCBB4CA0B01412f124b
Octal31326431201302445722113
Binary11001011101101001100101001011010100100101111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB4CA; }

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

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

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

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

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

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

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

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