#DFAEBF

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

Shades of Melanie #DFAEBF

Tints of Melanie #DFAEBF

Color information

#DFAEBF (or 0xDFAEBF) is unknown color: approx Melanie. HEX triplet: DF, AE and BF. RGB value is (223,174,191). Sum of RGB (Red+Green+Blue) = 223+174+191=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 174 (68.36% from 255 or 29.59% from 588); Blue value is 191 (75% from 255 or 32.48% from 588); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAEBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAEBF is #205140. Grayscale: #BEBEBE. Windows color (decimal): -2117953 or 12562143. OLE color: 12562143.

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

Color convert

RGB223174191-
CMYK00.220.140.13
HSL339.18º43.36%77.84%-
HSV(B)339.18º21.97%87.45%-
XYZ54.9749.7255.99-
YUV190.59128.23151.12-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.93%
GREEN value IS 174 (68.36% from 255) = 29.59%
BLUE value IS 191 (75% from 255) = 32.48%
R=37.93%
G=29.59%
B=32.48%

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
Decimal22317419100.220.140.13339.1843.3677.84
HexDFAEBF016ED1532b4e
Octal337256277026161552353116
Binary110111111010111010111111010110111011011010100111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAEBF; }

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

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

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

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

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

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

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

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