#DDB3BE

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

Shades of Melanie #DDB3BE

Tints of Melanie #DDB3BE

Color information

#DDB3BE (or 0xDDB3BE) is unknown color: approx Melanie. HEX triplet: DD, B3 and BE. RGB value is (221,179,190). Sum of RGB (Red+Green+Blue) = 221+179+190=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 179 (70.31% from 255 or 30.34% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB3BE is #224C41. Grayscale: #C0C0C0. Windows color (decimal): -2247746 or 12497885. OLE color: 12497885.

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

Color convert

RGB221179190-
CMYK00.190.140.13
HSL344.29º38.18%78.43%-
HSV(B)344.29º19%86.67%-
XYZ55.2351.3355.71-
YUV192.81126.41148.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.46%
GREEN value IS 179 (70.31% from 255) = 30.34%
BLUE value IS 190 (74.61% from 255) = 32.20%
R=37.46%
G=30.34%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117919000.190.140.13344.2938.1878.43
HexDDB3BE013ED158264e
Octal335263276023161553046116
Binary110111011011001110111110010011111011011010110001001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB3BE; }

 p { color: rgb(221,179,190); }

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

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

 a { background-color: rgb(221,179,190); }

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

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

 span { border-color: rgb(221,179,190); }

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