#DCAFD9

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

Shades of French Lilac #DCAFD9

Tints of French Lilac #DCAFD9

Color information

#DCAFD9 (or 0xDCAFD9) is unknown color: approx French Lilac. HEX triplet: DC, AF and D9. RGB value is (220,175,217). Sum of RGB (Red+Green+Blue) = 220+175+217=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 175 (68.75% from 255 or 28.59% from 612); Blue value is 217 (85.16% from 255 or 35.46% from 612); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAFD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAFD9 is #235026. Grayscale: #C1C1C1. Windows color (decimal): -2314279 or 14266332. OLE color: 14266332.

HSL color Cylindrical-coordinate representation of color #DCAFD9: hue angle of 304º 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 #DCAFD9 is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB220175217-
CMYK00.200.010.14
HSL304º39.13%77.45%-
HSV(B)304º20.45%86.27%-
XYZ57.3750.8972.44-
YUV193.24141.41147.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.95%
GREEN value IS 175 (68.75% from 255) = 28.59%
BLUE value IS 217 (85.16% from 255) = 35.46%
R=35.95%
G=28.59%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017521700.200.010.1430439.1377.45
HexDCAFD90141E130274d
Octal33425733102411646047115
Binary110111001010111111011001010100111101001100001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAFD9; }

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

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

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

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

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

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

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

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