#DFAEBD

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

Shades of Melanie #DFAEBD

Tints of Melanie #DFAEBD

Color information

#DFAEBD (or 0xDFAEBD) is unknown color: approx Melanie. HEX triplet: DF, AE and BD. RGB value is (223,174,189). Sum of RGB (Red+Green+Blue) = 223+174+189=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 174 (68.36% from 255 or 29.69% from 586); Blue value is 189 (74.22% from 255 or 32.25% from 586); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAEBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAEBD is #205142. Grayscale: #BEBEBE. Windows color (decimal): -2117955 or 12431071. OLE color: 12431071.

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

Color convert

RGB223174189-
CMYK00.220.150.13
HSL341.63º43.36%77.84%-
HSV(B)341.63º21.97%87.45%-
XYZ54.7549.6354.84-
YUV190.36127.23151.28-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.05%
GREEN value IS 174 (68.36% from 255) = 29.69%
BLUE value IS 189 (74.22% from 255) = 32.25%
R=38.05%
G=29.69%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317418900.220.150.13341.6343.3677.84
HexDFAEBD016FD1562b4e
Octal337256275026171552653116
Binary110111111010111010111101010110111111011010101101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAEBD; }

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

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

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

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

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

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

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

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