#DFACD0

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

Shades of French Lilac #DFACD0

Tints of French Lilac #DFACD0

Color information

#DFACD0 (or 0xDFACD0) is unknown color: approx French Lilac. HEX triplet: DF, AC and D0. RGB value is (223,172,208). Sum of RGB (Red+Green+Blue) = 223+172+208=603 (79% of max value = 765). Red value is 223 (87.5% from 255 or 36.98% from 603); Green value is 172 (67.58% from 255 or 28.52% from 603); Blue value is 208 (81.64% from 255 or 34.49% from 603); Max value from RGB is 223 - color contains mainly: red. Hex color #DFACD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFACD0 is #20532F. Grayscale: #BFBFBF. Windows color (decimal): -2118448 or 13675743. OLE color: 13675743.

HSL color Cylindrical-coordinate representation of color #DFACD0: hue angle of 317.65º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFACD0 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB223172208-
CMYK00.230.070.13
HSL317.65º44.35%77.45%-
HSV(B)317.65º22.87%87.45%-
XYZ56.5749.7566.3-
YUV191.35137.4150.57-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.98%
GREEN value IS 172 (67.58% from 255) = 28.52%
BLUE value IS 208 (81.64% from 255) = 34.49%
R=36.98%
G=28.52%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317220800.230.070.13317.6544.3577.45
HexDFACD00177D13e2c4d
Octal33725432002771547654115
Binary11011111101011001101000001011111111011001111101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFACD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFACD0; }

 p { color: rgb(223,172,208); }

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

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

 a { background-color: rgb(223,172,208); }

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

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

 span { border-color: rgb(223,172,208); }

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