#DDB8BE

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

Shades of Melanie #DDB8BE

Tints of Melanie #DDB8BE

Color information

#DDB8BE (or 0xDDB8BE) is unknown color: approx Melanie. HEX triplet: DD, B8 and BE. RGB value is (221,184,190). Sum of RGB (Red+Green+Blue) = 221+184+190=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 184 (72.27% from 255 or 30.92% from 595); Blue value is 190 (74.61% from 255 or 31.93% from 595); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB8BE is #224741. Grayscale: #C3C3C3. Windows color (decimal): -2246466 or 12499165. OLE color: 12499165.

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

Color convert

RGB221184190-
CMYK00.170.140.13
HSL350.27º35.24%79.41%-
HSV(B)350.27º16.74%86.67%-
XYZ56.2553.3756.05-
YUV195.75124.76146.01-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.14%
GREEN value IS 184 (72.27% from 255) = 30.92%
BLUE value IS 190 (74.61% from 255) = 31.93%
R=37.14%
G=30.92%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118419000.170.140.13350.2735.2479.41
HexDDB8BE011ED15e234f
Octal335270276021161553643117
Binary110111011011100010111110010001111011011010111101000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB8BE; }

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

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

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

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

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

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

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

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