#CCA8CD

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

Shades of Lilac #CCA8CD

Tints of Lilac #CCA8CD

Color information

#CCA8CD (or 0xCCA8CD) is unknown color: approx Lilac. HEX triplet: CC, A8 and CD. RGB value is (204,168,205). Sum of RGB (Red+Green+Blue) = 204+168+205=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 168 (66.02% from 255 or 29.12% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 205 - color contains mainly: blue. Hex color #CCA8CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA8CD is #335732. Grayscale: #B6B6B6. Windows color (decimal): -3364659 or 13478092. OLE color: 13478092.

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

Color convert

RGB204168205-
CMYK0.000.1800.20
HSL298.38º27.01%73.14%-
HSV(B)298.38º18.05%80.39%-
XYZ49.9245.2563.86-
YUV182.98140.43142.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.36%
GREEN value IS 168 (66.02% from 255) = 29.12%
BLUE value IS 205 (80.47% from 255) = 35.53%
R=35.36%
G=29.12%
B=35.53%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2041682050.000.1800.20298.3827.0173.14
HexCCA8CD01201412a1b49
Octal31425031502202445233111
Binary110011001010100011001101010010010100100101010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA8CD; }

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

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

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

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

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

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

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

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