#DCAFD5

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

Shades of French Lilac #DCAFD5

Tints of French Lilac #DCAFD5

Color information

#DCAFD5 (or 0xDCAFD5) is unknown color: approx French Lilac. HEX triplet: DC, AF and D5. RGB value is (220,175,213). Sum of RGB (Red+Green+Blue) = 220+175+213=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 175 (68.75% from 255 or 28.78% from 608); Blue value is 213 (83.59% from 255 or 35.03% from 608); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAFD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAFD5 is #23502A. Grayscale: #C0C0C0. Windows color (decimal): -2314283 or 14004188. OLE color: 14004188.

HSL color Cylindrical-coordinate representation of color #DCAFD5: hue angle of 309.33º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCAFD5 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB220175213-
CMYK00.200.030.14
HSL309.33º39.13%77.45%-
HSV(B)309.33º20.45%86.27%-
XYZ56.8650.6869.74-
YUV192.79139.41147.41-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.18%
GREEN value IS 175 (68.75% from 255) = 28.78%
BLUE value IS 213 (83.59% from 255) = 35.03%
R=36.18%
G=28.78%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017521300.200.030.14309.3339.1377.45
HexDCAFD50143E135274d
Octal33425732502431646547115
Binary1101110010101111110101010101001111101001101011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAFD5; }

 p { color: rgb(220,175,213); }

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

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

 a { background-color: rgb(220,175,213); }

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

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

 span { border-color: rgb(220,175,213); }

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