#CCA4D0

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

Shades of Lilac #CCA4D0

Tints of Lilac #CCA4D0

Color information

#CCA4D0 (or 0xCCA4D0) is unknown color: approx Lilac. HEX triplet: CC, A4 and D0. RGB value is (204,164,208). Sum of RGB (Red+Green+Blue) = 204+164+208=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 164 (64.45% from 255 or 28.47% from 576); Blue value is 208 (81.64% from 255 or 36.11% from 576); Max value from RGB is 208 - color contains mainly: blue. Hex color #CCA4D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA4D0 is #335B2F. Grayscale: #B4B4B4. Windows color (decimal): -3365680 or 13673676. OLE color: 13673676.

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

Color convert

RGB204164208-
CMYK0.020.2100.18
HSL294.55º31.88%72.94%-
HSV(B)294.55º21.15%81.57%-
XYZ49.5643.9465.54-
YUV180.98143.25144.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.42%
GREEN value IS 164 (64.45% from 255) = 28.47%
BLUE value IS 208 (81.64% from 255) = 36.11%
R=35.42%
G=28.47%
B=36.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2041642080.020.2100.18294.5531.8872.94
HexCCA4D02150121272049
Octal31424432022502244740111
Binary11001100101001001101000010101010100101001001111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA4D0; }

 p { color: rgb(204,164,208); }

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

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

 a { background-color: rgb(204,164,208); }

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

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

 span { border-color: rgb(204,164,208); }

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