#CCA0CE

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

Shades of Lilac #CCA0CE

Tints of Lilac #CCA0CE

Color information

#CCA0CE (or 0xCCA0CE) is unknown color: approx Lilac. HEX triplet: CC, A0 and CE. RGB value is (204,160,206). Sum of RGB (Red+Green+Blue) = 204+160+206=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 160 (62.89% from 255 or 28.07% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 206 - color contains mainly: blue. Hex color #CCA0CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA0CE is #335F31. Grayscale: #B2B2B2. Windows color (decimal): -3366706 or 13541580. OLE color: 13541580.

HSL color Cylindrical-coordinate representation of color #CCA0CE: hue angle of 297.39º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCA0CE is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB204160206-
CMYK0.010.2200.19
HSL297.39º31.94%71.76%-
HSV(B)297.39º22.33%80.78%-
XYZ48.6142.4464.02-
YUV178.4143.58146.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.79%
GREEN value IS 160 (62.89% from 255) = 28.07%
BLUE value IS 206 (80.86% from 255) = 36.14%
R=35.79%
G=28.07%
B=36.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2041602060.010.2200.19297.3931.9471.76
HexCCA0CE1160131292048
Octal31424031612602345140110
Binary1100110010100000110011101101100100111001010011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA0CE; }

 p { color: rgb(204,160,206); }

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

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

 a { background-color: rgb(204,160,206); }

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

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

 span { border-color: rgb(204,160,206); }

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