#DFB6BE

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

Shades of Melanie #DFB6BE

Tints of Melanie #DFB6BE

Color information

#DFB6BE (or 0xDFB6BE) is unknown color: approx Melanie. HEX triplet: DF, B6 and BE. RGB value is (223,182,190). Sum of RGB (Red+Green+Blue) = 223+182+190=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 182 (71.48% from 255 or 30.59% from 595); Blue value is 190 (74.61% from 255 or 31.93% from 595); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB6BE is #204941. Grayscale: #C3C3C3. Windows color (decimal): -2115906 or 12498655. OLE color: 12498655.

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

Color convert

RGB223182190-
CMYK00.180.150.13
HSL348.29º39.05%79.41%-
HSV(B)348.29º18.39%87.45%-
XYZ56.4552.8655.94-
YUV195.17125.08147.85-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.48%
GREEN value IS 182 (71.48% from 255) = 30.59%
BLUE value IS 190 (74.61% from 255) = 31.93%
R=37.48%
G=30.59%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318219000.180.150.13348.2939.0579.41
HexDFB6BE012FD15c274f
Octal337266276022171553447117
Binary110111111011011010111110010010111111011010111001001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB6BE; }

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

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

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

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

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

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

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

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