#DDB7C5

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

Shades of Melanie #DDB7C5

Tints of Melanie #DDB7C5

Color information

#DDB7C5 (or 0xDDB7C5) is unknown color: approx Melanie. HEX triplet: DD, B7 and C5. RGB value is (221,183,197). Sum of RGB (Red+Green+Blue) = 221+183+197=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 183 (71.88% from 255 or 30.45% from 601); Blue value is 197 (77.34% from 255 or 32.78% from 601); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB7C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB7C5 is #22483A. Grayscale: #C3C3C3. Windows color (decimal): -2246715 or 12957661. OLE color: 12957661.

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

Color convert

RGB221183197-
CMYK00.170.110.13
HSL337.89º35.85%79.22%-
HSV(B)337.89º17.19%86.67%-
XYZ56.8353.2760.11-
YUV195.96128.59145.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.77%
GREEN value IS 183 (71.88% from 255) = 30.45%
BLUE value IS 197 (77.34% from 255) = 32.78%
R=36.77%
G=30.45%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118319700.170.110.13337.8935.8579.22
HexDDB7C5011BD152244f
Octal335267305021131552244117
Binary110111011011011111000101010001101111011010100101001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB7C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB7C5; }

 p { color: rgb(221,183,197); }

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

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

 a { background-color: rgb(221,183,197); }

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

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

 span { border-color: rgb(221,183,197); }

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