#CBAACC

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

Shades of Lilac #CBAACC

Tints of Lilac #CBAACC

Color information

#CBAACC (or 0xCBAACC) is unknown color: approx Lilac. HEX triplet: CB, AA and CC. RGB value is (203,170,204). Sum of RGB (Red+Green+Blue) = 203+170+204=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 170 (66.80% from 255 or 29.46% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 204 - color contains mainly: blue. Hex color #CBAACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAACC is #345533. Grayscale: #B7B7B7. Windows color (decimal): -3429684 or 13413067. OLE color: 13413067.

HSL color Cylindrical-coordinate representation of color #CBAACC: hue angle of 298.24º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBAACC is Cyan = 0.00, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB203170204-
CMYK0.000.1700.2
HSL298.24º25%73.33%-
HSV(B)298.24º16.67%80%-
XYZ49.945.8163.34-
YUV183.74139.43141.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.18%
GREEN value IS 170 (66.80% from 255) = 29.46%
BLUE value IS 204 (80.08% from 255) = 35.36%
R=35.18%
G=29.46%
B=35.36%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2031702040.000.1700.2298.242573.33
HexCBAACC01101412a1949
Octal31325231402102445231111
Binary110010111010101011001100010001010100100101010110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAACC; }

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

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

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

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

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

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

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

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