#CBB3CB

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

Shades of Lilac #CBB3CB

Tints of Lilac #CBB3CB

Color information

#CBB3CB (or 0xCBB3CB) is unknown color: approx Lilac. HEX triplet: CB, B3 and CB. RGB value is (203,179,203). Sum of RGB (Red+Green+Blue) = 203+179+203=585 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.70% from 585); Green value is 179 (70.31% from 255 or 30.60% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CBB3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB3CB is #344C34. Grayscale: #BCBCBC. Windows color (decimal): -3427381 or 13349835. OLE color: 13349835.

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

Color convert

RGB203179203-
CMYK00.1200.20
HSL300º18.75%74.9%-
HSV(B)300º11.82%79.61%-
XYZ51.5349.2563.29-
YUV188.91135.95138.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.70%
GREEN value IS 179 (70.31% from 255) = 30.60%
BLUE value IS 203 (79.69% from 255) = 34.70%
R=34.70%
G=30.60%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317920300.1200.2030018.7574.9
HexCBB3CB0C01412c134b
Octal31326331301402445423113
Binary11001011101100111100101101100010100100101100100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB3CB; }

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

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

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

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

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

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

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

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