#CCA3D0

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

Shades of Lilac #CCA3D0

Tints of Lilac #CCA3D0

Color information

#CCA3D0 (or 0xCCA3D0) is unknown color: approx Lilac. HEX triplet: CC, A3 and D0. RGB value is (204,163,208). Sum of RGB (Red+Green+Blue) = 204+163+208=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 163 (64.06% from 255 or 28.35% from 575); Blue value is 208 (81.64% from 255 or 36.17% from 575); Max value from RGB is 208 - color contains mainly: blue. Hex color #CCA3D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA3D0 is #335C2F. Grayscale: #B4B4B4. Windows color (decimal): -3365936 or 13673420. OLE color: 13673420.

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

Color convert

RGB204163208-
CMYK0.020.2200.18
HSL294.67º32.37%72.75%-
HSV(B)294.67º21.63%81.57%-
XYZ49.3843.5965.48-
YUV180.39143.58144.84-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.48%
GREEN value IS 163 (64.06% from 255) = 28.35%
BLUE value IS 208 (81.64% from 255) = 36.17%
R=35.48%
G=28.35%
B=36.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2041632080.020.2200.18294.6732.3772.75
HexCCA3D02160121272049
Octal31424332022602244740111
Binary11001100101000111101000010101100100101001001111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA3D0; }

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

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

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

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

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

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

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

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