#CBAAC9

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

Shades of Lilac #CBAAC9

Tints of Lilac #CBAAC9

Color information

#CBAAC9 (or 0xCBAAC9) is unknown color: approx Lilac. HEX triplet: CB, AA and C9. RGB value is (203,170,201). Sum of RGB (Red+Green+Blue) = 203+170+201=574 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.37% from 574); Green value is 170 (66.80% from 255 or 29.62% from 574); Blue value is 201 (78.91% from 255 or 35.02% from 574); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAAC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAAC9 is #345536. Grayscale: #B7B7B7. Windows color (decimal): -3429687 or 13216459. OLE color: 13216459.

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

Color convert

RGB203170201-
CMYK00.160.010.20
HSL303.64º24.09%73.14%-
HSV(B)303.64º16.26%79.61%-
XYZ49.5545.6661.46-
YUV183.4137.93141.98-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.37%
GREEN value IS 170 (66.80% from 255) = 29.62%
BLUE value IS 201 (78.91% from 255) = 35.02%
R=35.37%
G=29.62%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317020100.160.010.20303.6424.0973.14
HexCBAAC90101141301849
Octal31325231102012446030111
Binary110010111010101011001001010000110100100110000110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAAC9; }

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

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

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

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

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

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

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

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