#DFB1BE

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

Shades of Melanie #DFB1BE

Tints of Melanie #DFB1BE

Color information

#DFB1BE (or 0xDFB1BE) is unknown color: approx Melanie. HEX triplet: DF, B1 and BE. RGB value is (223,177,190). Sum of RGB (Red+Green+Blue) = 223+177+190=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 177 (69.53% from 255 or 30% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB1BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB1BE is #204E41. Grayscale: #C0C0C0. Windows color (decimal): -2117186 or 12497375. OLE color: 12497375.

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

Color convert

RGB223177190-
CMYK00.210.150.13
HSL343.04º41.82%78.43%-
HSV(B)343.04º20.63%87.45%-
XYZ55.4550.8555.61-
YUV192.24126.74149.94-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.80%
GREEN value IS 177 (69.53% from 255) = 30%
BLUE value IS 190 (74.61% from 255) = 32.20%
R=37.80%
G=30%
B=32.20%

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
Decimal22317719000.210.150.13343.0441.8278.43
HexDFB1BE015FD1572a4e
Octal337261276025171552752116
Binary110111111011000110111110010101111111011010101111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB1BE; }

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

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

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

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

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

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

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

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