#DFB0BE

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

Shades of Melanie #DFB0BE

Tints of Melanie #DFB0BE

Color information

#DFB0BE (or 0xDFB0BE) is unknown color: approx Melanie. HEX triplet: DF, B0 and BE. RGB value is (223,176,190). Sum of RGB (Red+Green+Blue) = 223+176+190=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 176 (69.14% from 255 or 29.88% from 589); Blue value is 190 (74.61% from 255 or 32.26% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB0BE is #204F41. Grayscale: #BFBFBF. Windows color (decimal): -2117442 or 12497119. OLE color: 12497119.

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

Color convert

RGB223176190-
CMYK00.210.150.13
HSL342.13º42.34%78.24%-
HSV(B)342.13º21.08%87.45%-
XYZ55.2550.4655.54-
YUV191.65127.07150.36-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.86%
GREEN value IS 176 (69.14% from 255) = 29.88%
BLUE value IS 190 (74.61% from 255) = 32.26%
R=37.86%
G=29.88%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317619000.210.150.13342.1342.3478.24
HexDFB0BE015FD1562a4e
Octal337260276025171552652116
Binary110111111011000010111110010101111111011010101101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB0BE; }

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

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

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

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

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

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

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

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