#DDB7C2

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

Shades of Melanie #DDB7C2

Tints of Melanie #DDB7C2

Color information

#DDB7C2 (or 0xDDB7C2) is unknown color: approx Melanie. HEX triplet: DD, B7 and C2. RGB value is (221,183,194). Sum of RGB (Red+Green+Blue) = 221+183+194=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 183 (71.88% from 255 or 30.60% from 598); Blue value is 194 (76.17% from 255 or 32.44% from 598); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB7C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB7C2 is #22483D. Grayscale: #C3C3C3. Windows color (decimal): -2246718 or 12761053. OLE color: 12761053.

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

Color convert

RGB221183194-
CMYK00.170.120.13
HSL342.63º35.85%79.22%-
HSV(B)342.63º17.19%86.67%-
XYZ56.4953.1358.32-
YUV195.62127.09146.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.96%
GREEN value IS 183 (71.88% from 255) = 30.60%
BLUE value IS 194 (76.17% from 255) = 32.44%
R=36.96%
G=30.60%
B=32.44%

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
Decimal22118319400.170.120.13342.6335.8579.22
HexDDB7C2011CD157244f
Octal335267302021141552744117
Binary110111011011011111000010010001110011011010101111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB7C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB7C2; }

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

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

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

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

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

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

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

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