#DDB8C7

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

Shades of Melanie #DDB8C7

Tints of Melanie #DDB8C7

Color information

#DDB8C7 (or 0xDDB8C7) is unknown color: approx Melanie. HEX triplet: DD, B8 and C7. RGB value is (221,184,199). Sum of RGB (Red+Green+Blue) = 221+184+199=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 184 (72.27% from 255 or 30.46% from 604); Blue value is 199 (78.12% from 255 or 32.95% from 604); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB8C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB8C7 is #224738. Grayscale: #C4C4C4. Windows color (decimal): -2246457 or 13088989. OLE color: 13088989.

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

Color convert

RGB221184199-
CMYK00.170.100.13
HSL335.68º35.24%79.41%-
HSV(B)335.68º16.74%86.67%-
XYZ57.2753.7861.39-
YUV196.77129.26145.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.59%
GREEN value IS 184 (72.27% from 255) = 30.46%
BLUE value IS 199 (78.12% from 255) = 32.95%
R=36.59%
G=30.46%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118419900.170.100.13335.6835.2479.41
HexDDB8C7011AD150234f
Octal335270307021121552043117
Binary110111011011100011000111010001101011011010100001000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB8C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB8C7; }

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

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

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

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

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

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

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

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