#DFAEC0

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

Shades of Melanie #DFAEC0

Tints of Melanie #DFAEC0

Color information

#DFAEC0 (or 0xDFAEC0) is unknown color: approx Melanie. HEX triplet: DF, AE and C0. RGB value is (223,174,192). Sum of RGB (Red+Green+Blue) = 223+174+192=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 192 (75.39% from 255 or 32.60% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAEC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAEC0 is #20513F. Grayscale: #BEBEBE. Windows color (decimal): -2117952 or 12627679. OLE color: 12627679.

HSL color Cylindrical-coordinate representation of color #DFAEC0: hue angle of 337.96º degrees, saturation: 0.43, 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 #DFAEC0 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB223174192-
CMYK00.220.140.13
HSL337.96º43.36%77.84%-
HSV(B)337.96º21.97%87.45%-
XYZ55.0849.7756.57-
YUV190.7128.73151.04-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.86%
GREEN value IS 174 (68.36% from 255) = 29.54%
BLUE value IS 192 (75.39% from 255) = 32.60%
R=37.86%
G=29.54%
B=32.60%

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
Decimal22317419200.220.140.13337.9643.3677.84
HexDFAEC0016ED1522b4e
Octal337256300026161552253116
Binary110111111010111011000000010110111011011010100101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAEC0; }

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

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

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

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

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

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

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

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