#cca6d2

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

Shades of Lilac #CCA6D2

Tints of Lilac #CCA6D2

Color information

#CCA6D2 (or 0xCCA6D2) is unknown color: approx Lilac. HEX triplet: CC, A6 and D2. RGB value is (204,166,210). Sum of RGB (Red+Green+Blue) = 204+166+210=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 166 (65.23% from 255 or 28.62% from 580); Blue value is 210 (82.42% from 255 or 36.21% from 580); Max value from RGB is 210 - color contains mainly: blue. Hex color #CCA6D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA6D2 is #33592D. Grayscale: #B6B6B6. Windows color (decimal): -3365166 or 13805260. OLE color: 13805260.

HSL color Cylindrical-coordinate representation of color #CCA6D2: hue angle of 291.82º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCA6D2 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB204166210-
CMYK0.030.2100.18
HSL291.82º32.84%73.73%-
HSV(B)291.82º20.95%82.35%-
XYZ50.1744.7666.97-
YUV182.38143.59143.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.17%
GREEN value IS 166 (65.23% from 255) = 28.62%
BLUE value IS 210 (82.42% from 255) = 36.21%
R=35.17%
G=28.62%
B=36.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2041662100.030.2100.18291.8232.8473.73
HexCCA6D2315012124214a
Octal31424632232502244441112
Binary11001100101001101101001011101010100101001001001000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cca6d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cca6d2; }

 p { color: rgb(204,166,210); }

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

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

 a { background-color: rgb(204,166,210); }

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

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

 span { border-color: rgb(204,166,210); }

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