#DFB1BB

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

Shades of Melanie #DFB1BB

Tints of Melanie #DFB1BB

Color information

#DFB1BB (or 0xDFB1BB) is unknown color: approx Melanie. HEX triplet: DF, B1 and BB. RGB value is (223,177,187). Sum of RGB (Red+Green+Blue) = 223+177+187=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 177 (69.53% from 255 or 30.15% from 587); Blue value is 187 (73.44% from 255 or 31.86% from 587); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB1BB is #204E44. Grayscale: #BFBFBF. Windows color (decimal): -2117189 or 12300767. OLE color: 12300767.

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

Color convert

RGB223177187-
CMYK00.210.160.13
HSL346.96º41.82%78.43%-
HSV(B)346.96º20.63%87.45%-
XYZ55.1250.7253.9-
YUV191.89125.24150.19-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.99%
GREEN value IS 177 (69.53% from 255) = 30.15%
BLUE value IS 187 (73.44% from 255) = 31.86%
R=37.99%
G=30.15%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317718700.210.160.13346.9641.8278.43
HexDFB1BB01510D15b2a4e
Octal337261273025201553352116
Binary1101111110110001101110110101011000011011010110111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB1BB; }

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

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

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

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

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

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

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

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