#DDB6BF

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

Shades of Melanie #DDB6BF

Tints of Melanie #DDB6BF

Color information

#DDB6BF (or 0xDDB6BF) is unknown color: approx Melanie. HEX triplet: DD, B6 and BF. RGB value is (221,182,191). Sum of RGB (Red+Green+Blue) = 221+182+191=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 182 (71.48% from 255 or 30.64% from 594); Blue value is 191 (75% from 255 or 32.15% from 594); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB6BF is #224940. Grayscale: #C2C2C2. Windows color (decimal): -2246977 or 12564189. OLE color: 12564189.

HSL color Cylindrical-coordinate representation of color #DDB6BF: hue angle of 346.15º degrees, saturation: 0.36, 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 #DDB6BF is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB221182191-
CMYK00.180.140.13
HSL346.15º36.45%79.02%-
HSV(B)346.15º17.65%86.67%-
XYZ55.9552.5956.49-
YUV194.69125.92146.77-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.21%
GREEN value IS 182 (71.48% from 255) = 30.64%
BLUE value IS 191 (75% from 255) = 32.15%
R=37.21%
G=30.64%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118219100.180.140.13346.1536.4579.02
HexDDB6BF012ED15a244f
Octal335266277022161553244117
Binary110111011011011010111111010010111011011010110101001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB6BF; }

 p { color: rgb(221,182,191); }

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

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

 a { background-color: rgb(221,182,191); }

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

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

 span { border-color: rgb(221,182,191); }

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