#DFB4BE

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

Shades of Melanie #DFB4BE

Tints of Melanie #DFB4BE

Color information

#DFB4BE (or 0xDFB4BE) is unknown color: approx Melanie. HEX triplet: DF, B4 and BE. RGB value is (223,180,190). Sum of RGB (Red+Green+Blue) = 223+180+190=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 180 (70.70% from 255 or 30.35% from 593); Blue value is 190 (74.61% from 255 or 32.04% from 593); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB4BE is #204B41. Grayscale: #C1C1C1. Windows color (decimal): -2116418 or 12498143. OLE color: 12498143.

HSL color Cylindrical-coordinate representation of color #DFB4BE: hue angle of 346.05º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFB4BE is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB223180190-
CMYK00.190.150.13
HSL346.05º40.19%79.02%-
HSV(B)346.05º19.28%87.45%-
XYZ56.0552.0555.81-
YUV194125.75148.69-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.61%
GREEN value IS 180 (70.70% from 255) = 30.35%
BLUE value IS 190 (74.61% from 255) = 32.04%
R=37.61%
G=30.35%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318019000.190.150.13346.0540.1979.02
HexDFB4BE013FD15a284f
Octal337264276023171553250117
Binary110111111011010010111110010011111111011010110101010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB4BE; }

 p { color: rgb(223,180,190); }

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

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

 a { background-color: rgb(223,180,190); }

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

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

 span { border-color: rgb(223,180,190); }

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