#CCA1CD

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

Shades of Lilac #CCA1CD

Tints of Lilac #CCA1CD

Color information

#CCA1CD (or 0xCCA1CD) is unknown color: approx Lilac. HEX triplet: CC, A1 and CD. RGB value is (204,161,205). Sum of RGB (Red+Green+Blue) = 204+161+205=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 161 (63.28% from 255 or 28.25% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 205 - color contains mainly: blue. Hex color #CCA1CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA1CD is #335E32. Grayscale: #B2B2B2. Windows color (decimal): -3366451 or 13476300. OLE color: 13476300.

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

Color convert

RGB204161205-
CMYK0.000.2100.20
HSL298.64º30.56%71.76%-
HSV(B)298.64º21.46%80.39%-
XYZ48.6742.7363.44-
YUV178.87142.75145.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.79%
GREEN value IS 161 (63.28% from 255) = 28.25%
BLUE value IS 205 (80.47% from 255) = 35.96%
R=35.79%
G=28.25%
B=35.96%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2041612050.000.2100.20298.6430.5671.76
HexCCA1CD01501412b1f48
Octal31424131502502445337110
Binary110011001010000111001101010101010100100101011111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA1CD; }

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

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

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

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

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

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

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

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