#CCA6CD

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

Shades of Lilac #CCA6CD

Tints of Lilac #CCA6CD

Color information

#CCA6CD (or 0xCCA6CD) is unknown color: approx Lilac. HEX triplet: CC, A6 and CD. RGB value is (204,166,205). Sum of RGB (Red+Green+Blue) = 204+166+205=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 166 (65.23% from 255 or 28.87% from 575); Blue value is 205 (80.47% from 255 or 35.65% from 575); Max value from RGB is 205 - color contains mainly: blue. Hex color #CCA6CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA6CD is #335932. Grayscale: #B5B5B5. Windows color (decimal): -3365171 or 13477580. OLE color: 13477580.

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

Color convert

RGB204166205-
CMYK0.000.1900.20
HSL298.46º28.06%72.75%-
HSV(B)298.46º19.02%80.39%-
XYZ49.5644.5263.74-
YUV181.81141.09143.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.48%
GREEN value IS 166 (65.23% from 255) = 28.87%
BLUE value IS 205 (80.47% from 255) = 35.65%
R=35.48%
G=28.87%
B=35.65%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2041662050.000.1900.20298.4628.0672.75
HexCCA6CD01301412a1c49
Octal31424631502302445234111
Binary110011001010011011001101010011010100100101010111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA6CD; }

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

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

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

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

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

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

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

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