#CBACC9

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

Shades of Lilac #CBACC9

Tints of Lilac #CBACC9

Color information

#CBACC9 (or 0xCBACC9) is unknown color: approx Lilac. HEX triplet: CB, AC and C9. RGB value is (203,172,201). Sum of RGB (Red+Green+Blue) = 203+172+201=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 172 (67.58% from 255 or 29.86% from 576); Blue value is 201 (78.91% from 255 or 34.90% from 576); Max value from RGB is 203 - color contains mainly: red. Hex color #CBACC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBACC9 is #345336. Grayscale: #B8B8B8. Windows color (decimal): -3429175 or 13216971. OLE color: 13216971.

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

Color convert

RGB203172201-
CMYK00.150.010.20
HSL303.87º22.96%73.53%-
HSV(B)303.87º15.27%79.61%-
XYZ49.9246.4261.59-
YUV184.58137.27141.14-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.24%
GREEN value IS 172 (67.58% from 255) = 29.86%
BLUE value IS 201 (78.91% from 255) = 34.90%
R=35.24%
G=29.86%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317220100.150.010.20303.8722.9673.53
HexCBACC90F114130174a
Octal31325431101712446027112
Binary11001011101011001100100101111110100100110000101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBACC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBACC9; }

 p { color: rgb(203,172,201); }

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

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

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

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

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

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

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