#DFAEBA

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

Shades of Melanie #DFAEBA

Tints of Melanie #DFAEBA

Color information

#DFAEBA (or 0xDFAEBA) is unknown color: approx Melanie. HEX triplet: DF, AE and BA. RGB value is (223,174,186). Sum of RGB (Red+Green+Blue) = 223+174+186=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 174 (68.36% from 255 or 29.85% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAEBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAEBA is #205145. Grayscale: #BEBEBE. Windows color (decimal): -2117958 or 12234463. OLE color: 12234463.

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

Color convert

RGB223174186-
CMYK00.220.170.13
HSL345.31º43.36%77.84%-
HSV(B)345.31º21.97%87.45%-
XYZ54.4349.5153.14-
YUV190.02125.73151.52-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.25%
GREEN value IS 174 (68.36% from 255) = 29.85%
BLUE value IS 186 (73.05% from 255) = 31.90%
R=38.25%
G=29.85%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317418600.220.170.13345.3143.3677.84
HexDFAEBA01611D1592b4e
Octal337256272026211553153116
Binary1101111110101110101110100101101000111011010110011010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAEBA; }

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

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

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

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

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

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

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

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