#CBAECB

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

Shades of Lilac #CBAECB

Tints of Lilac #CBAECB

Color information

#CBAECB (or 0xCBAECB) is unknown color: approx Lilac. HEX triplet: CB, AE and CB. RGB value is (203,174,203). Sum of RGB (Red+Green+Blue) = 203+174+203=580 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35% from 580); Green value is 174 (68.36% from 255 or 30% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CBAECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAECB is #345134. Grayscale: #B9B9B9. Windows color (decimal): -3428661 or 13348555. OLE color: 13348555.

HSL color Cylindrical-coordinate representation of color #CBAECB: hue angle of 300º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBAECB is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB203174203-
CMYK00.1400.20
HSL300º21.8%73.92%-
HSV(B)300º14.29%79.61%-
XYZ50.5447.2862.96-
YUV185.98137.61140.14-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35%
GREEN value IS 174 (68.36% from 255) = 30%
BLUE value IS 203 (79.69% from 255) = 35%
R=35%
G=30%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317420300.1400.2030021.873.92
HexCBAECB0E01412c164a
Octal31325631301602445426112
Binary11001011101011101100101101110010100100101100101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAECB; }

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

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

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

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

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

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

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

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