#DFAEBC

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

Shades of Melanie #DFAEBC

Tints of Melanie #DFAEBC

Color information

#DFAEBC (or 0xDFAEBC) is unknown color: approx Melanie. HEX triplet: DF, AE and BC. RGB value is (223,174,188). Sum of RGB (Red+Green+Blue) = 223+174+188=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 174 (68.36% from 255 or 29.74% from 585); Blue value is 188 (73.83% from 255 or 32.14% from 585); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAEBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAEBC is #205143. Grayscale: #BEBEBE. Windows color (decimal): -2117956 or 12365535. OLE color: 12365535.

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

Color convert

RGB223174188-
CMYK00.220.160.13
HSL342.86º43.36%77.84%-
HSV(B)342.86º21.97%87.45%-
XYZ54.6449.5954.27-
YUV190.25126.73151.36-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.12%
GREEN value IS 174 (68.36% from 255) = 29.74%
BLUE value IS 188 (73.83% from 255) = 32.14%
R=38.12%
G=29.74%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317418800.220.160.13342.8643.3677.84
HexDFAEBC01610D1572b4e
Octal337256274026201552753116
Binary1101111110101110101111000101101000011011010101111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAEBC; }

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

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

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

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

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

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

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

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