#DDB0BE

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

Shades of Melanie #DDB0BE

Tints of Melanie #DDB0BE

Color information

#DDB0BE (or 0xDDB0BE) is unknown color: approx Melanie. HEX triplet: DD, B0 and BE. RGB value is (221,176,190). Sum of RGB (Red+Green+Blue) = 221+176+190=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 176 (69.14% from 255 or 29.98% from 587); Blue value is 190 (74.61% from 255 or 32.37% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB0BE is #224F41. Grayscale: #BFBFBF. Windows color (decimal): -2248514 or 12497117. OLE color: 12497117.

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

Color convert

RGB221176190-
CMYK00.200.140.13
HSL341.33º39.82%77.84%-
HSV(B)341.33º20.36%86.67%-
XYZ54.6450.1455.51-
YUV191.05127.41149.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.65%
GREEN value IS 176 (69.14% from 255) = 29.98%
BLUE value IS 190 (74.61% from 255) = 32.37%
R=37.65%
G=29.98%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117619000.200.140.13341.3339.8277.84
HexDDB0BE014ED155284e
Octal335260276024161552550116
Binary110111011011000010111110010100111011011010101011010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB0BE; }

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

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

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

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

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

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

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

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