#CCA5D1

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

Shades of Lilac #CCA5D1

Tints of Lilac #CCA5D1

Color information

#CCA5D1 (or 0xCCA5D1) is unknown color: approx Lilac. HEX triplet: CC, A5 and D1. RGB value is (204,165,209). Sum of RGB (Red+Green+Blue) = 204+165+209=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 165 (64.84% from 255 or 28.55% from 578); Blue value is 209 (82.03% from 255 or 36.16% from 578); Max value from RGB is 209 - color contains mainly: blue. Hex color #CCA5D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA5D1 is #335A2E. Grayscale: #B5B5B5. Windows color (decimal): -3365423 or 13739468. OLE color: 13739468.

HSL color Cylindrical-coordinate representation of color #CCA5D1: hue angle of 293.18º 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 #CCA5D1 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB204165209-
CMYK0.020.2100.18
HSL293.18º32.35%73.33%-
HSV(B)293.18º21.05%81.96%-
XYZ49.8744.3566.25-
YUV181.68143.42143.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.29%
GREEN value IS 165 (64.84% from 255) = 28.55%
BLUE value IS 209 (82.03% from 255) = 36.16%
R=35.29%
G=28.55%
B=36.16%

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
Decimal2041652090.020.2100.18293.1832.3573.33
HexCCA5D12150121252049
Octal31424532122502244540111
Binary11001100101001011101000110101010100101001001011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA5D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA5D1; }

 p { color: rgb(204,165,209); }

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

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

 a { background-color: rgb(204,165,209); }

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

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

 span { border-color: rgb(204,165,209); }

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