#CCA2CB

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

Shades of Lilac #CCA2CB

Tints of Lilac #CCA2CB

Color information

#CCA2CB (or 0xCCA2CB) is unknown color: approx Lilac. HEX triplet: CC, A2 and CB. RGB value is (204,162,203). Sum of RGB (Red+Green+Blue) = 204+162+203=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 162 (63.67% from 255 or 28.47% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA2CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA2CB is #335D34. Grayscale: #B3B3B3. Windows color (decimal): -3366197 or 13345484. OLE color: 13345484.

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

Color convert

RGB204162203-
CMYK00.210.000.2
HSL301.43º29.17%71.76%-
HSV(B)301.43º20.59%80%-
XYZ48.642.9962.24-
YUV179.23141.41145.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.85%
GREEN value IS 162 (63.67% from 255) = 28.47%
BLUE value IS 203 (79.69% from 255) = 35.68%
R=35.85%
G=28.47%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416220300.210.000.2301.4329.1771.76
HexCCA2CB01501412d1d48
Octal31424231302502445535110
Binary110011001010001011001011010101010100100101101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA2CB; }

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

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

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

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

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

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

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

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