#DFADC0

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

Shades of Melanie #DFADC0

Tints of Melanie #DFADC0

Color information

#DFADC0 (or 0xDFADC0) is unknown color: approx Melanie. HEX triplet: DF, AD and C0. RGB value is (223,173,192). Sum of RGB (Red+Green+Blue) = 223+173+192=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 192 (75.39% from 255 or 32.65% from 588); Max value from RGB is 223 - color contains mainly: red. Hex color #DFADC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFADC0 is #20523F. Grayscale: #BEBEBE. Windows color (decimal): -2118208 or 12627423. OLE color: 12627423.

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

Color convert

RGB223173192-
CMYK00.220.140.13
HSL337.2º43.86%77.65%-
HSV(B)337.2º22.42%87.45%-
XYZ54.8949.3856.51-
YUV190.12129.06151.46-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.93%
GREEN value IS 173 (67.97% from 255) = 29.42%
BLUE value IS 192 (75.39% from 255) = 32.65%
R=37.93%
G=29.42%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317319200.220.140.13337.243.8677.65
HexDFADC0016ED1512c4e
Octal337255300026161552154116
Binary110111111010110111000000010110111011011010100011011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFADC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFADC0; }

 p { color: rgb(223,173,192); }

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

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

 a { background-color: rgb(223,173,192); }

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

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

 span { border-color: rgb(223,173,192); }

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