#CCA2D3

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

Shades of Lilac #CCA2D3

Tints of Lilac #CCA2D3

Color information

#CCA2D3 (or 0xCCA2D3) is unknown color: approx Lilac. HEX triplet: CC, A2 and D3. RGB value is (204,162,211). Sum of RGB (Red+Green+Blue) = 204+162+211=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 162 (63.67% from 255 or 28.08% from 577); Blue value is 211 (82.81% from 255 or 36.57% from 577); Max value from RGB is 211 - color contains mainly: blue. Hex color #CCA2D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA2D3 is #335D2C. Grayscale: #B3B3B3. Windows color (decimal): -3366189 or 13869772. OLE color: 13869772.

HSL color Cylindrical-coordinate representation of color #CCA2D3: hue angle of 291.43º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCA2D3 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB204162211-
CMYK0.030.2300.17
HSL291.43º35.77%73.14%-
HSV(B)291.43º23.22%82.75%-
XYZ49.5843.3867.39-
YUV180.14145.41145.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.36%
GREEN value IS 162 (63.67% from 255) = 28.08%
BLUE value IS 211 (82.81% from 255) = 36.57%
R=35.36%
G=28.08%
B=36.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2041622110.030.2300.17291.4335.7773.14
HexCCA2D33170111232449
Octal31424232332702144344111
Binary11001100101000101101001111101110100011001000111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA2D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA2D3; }

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

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

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

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

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

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

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

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