#CBB3CA

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

Shades of Lilac #CBB3CA

Tints of Lilac #CBB3CA

Color information

#CBB3CA (or 0xCBB3CA) is unknown color: approx Lilac. HEX triplet: CB, B3 and CA. RGB value is (203,179,202). Sum of RGB (Red+Green+Blue) = 203+179+202=584 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.76% from 584); Green value is 179 (70.31% from 255 or 30.65% from 584); Blue value is 202 (79.30% from 255 or 34.59% from 584); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB3CA is #344C35. Grayscale: #BCBCBC. Windows color (decimal): -3427382 or 13284299. OLE color: 13284299.

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

Color convert

RGB203179202-
CMYK00.120.000.20
HSL302.5º18.75%74.9%-
HSV(B)302.5º11.82%79.61%-
XYZ51.4149.262.66-
YUV188.8135.45138.13-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.76%
GREEN value IS 179 (70.31% from 255) = 30.65%
BLUE value IS 202 (79.30% from 255) = 34.59%
R=34.76%
G=30.65%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317920200.120.000.20302.518.7574.9
HexCBB3CA0C01412e134b
Octal31326331201402445623113
Binary11001011101100111100101001100010100100101110100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB3CA; }

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

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

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

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

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

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

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

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