#DDB7C3

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

Shades of Melanie #DDB7C3

Tints of Melanie #DDB7C3

Color information

#DDB7C3 (or 0xDDB7C3) is unknown color: approx Melanie. HEX triplet: DD, B7 and C3. RGB value is (221,183,195). Sum of RGB (Red+Green+Blue) = 221+183+195=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 183 (71.88% from 255 or 30.55% from 599); Blue value is 195 (76.56% from 255 or 32.55% from 599); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB7C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB7C3 is #22483C. Grayscale: #C3C3C3. Windows color (decimal): -2246717 or 12826589. OLE color: 12826589.

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

Color convert

RGB221183195-
CMYK00.170.120.13
HSL341.05º35.85%79.22%-
HSV(B)341.05º17.19%86.67%-
XYZ56.653.1858.91-
YUV195.73127.59146.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.89%
GREEN value IS 183 (71.88% from 255) = 30.55%
BLUE value IS 195 (76.56% from 255) = 32.55%
R=36.89%
G=30.55%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118319500.170.120.13341.0535.8579.22
HexDDB7C3011CD155244f
Octal335267303021141552544117
Binary110111011011011111000011010001110011011010101011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB7C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB7C3; }

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

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

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

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

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

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

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

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