#CBAECA

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

Shades of Lilac #CBAECA

Tints of Lilac #CBAECA

Color information

#CBAECA (or 0xCBAECA) is unknown color: approx Lilac. HEX triplet: CB, AE and CA. RGB value is (203,174,202). Sum of RGB (Red+Green+Blue) = 203+174+202=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 174 (68.36% from 255 or 30.05% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAECA is #345135. Grayscale: #B9B9B9. Windows color (decimal): -3428662 or 13283019. OLE color: 13283019.

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

Color convert

RGB203174202-
CMYK00.140.000.20
HSL302.07º21.8%73.92%-
HSV(B)302.07º14.29%79.61%-
XYZ50.4347.2362.34-
YUV185.86137.11140.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.06%
GREEN value IS 174 (68.36% from 255) = 30.05%
BLUE value IS 202 (79.30% from 255) = 34.89%
R=35.06%
G=30.05%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317420200.140.000.20302.0721.873.92
HexCBAECA0E01412e164a
Octal31325631201602445626112
Binary11001011101011101100101001110010100100101110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAECA; }

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

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

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

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

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

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

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

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