Shades of Melanie #DDB8C2
Tints of Melanie #DDB8C2
RGB
CMYK
RGB Variations
Color information
#DDB8C2 (or 0xDDB8C2) is known color: Melanie. HEX triplet: DD, B8 and C2. RGB value is (221,184,194). Sum of RGB (Red+Green+Blue) = 221+184+194=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 184 (72.27% from 255 or 30.72% from 599); Blue value is 194 (76.17% from 255 or 32.39% from 599); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB8C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB8C2 is #22473D. Grayscale: #C4C4C4. Windows color (decimal): -2246462 or 12761309. OLE color: 12761309.
HSL color Cylindrical-coordinate representation of color #DDB8C2: hue angle of 343.78º 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 #DDB8C2 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 194 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.13 |
| HSL | 343.78º | 0.35% | 0.79% | - |
| HSV(B) | 343.78º | 0.17% | 0.87% | - |
| XYZ | 56.7 | 53.55 | 58.39 | - |
| YUV | 196.2 | 126.76 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 194 | 0 | 0.17 | 0.12 | 0.13 | 343.78 | 0.35 | 0.79 |
| Hex | DD | B8 | C2 | 0 | 11 | C | D | 158 | 23 | 4F |
| Octal | 335 | 270 | 302 | 0 | 21 | 14 | 15 | 530 | 43 | 117 |
| Binary | 11011101 | 10111000 | 11000010 | 0 | 10001 | 1100 | 1101 | 101011000 | 100011 | 1001111 |
Color Harmonies of #DDB8C2
Complementary color
Monochromatic Colors of #DDB8C2
Black with #DDB8C2
Text Example
Text Example
White with #DDB8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB8C2; }
p { color: rgb(221,184,194); }
H1.HeaderClassName
{
color: #DDB8C2;
}
.AnyTagClassName
{
color: #DDB8C2;
}
</style>
background-color css
<style>
a { background-color: #DDB8C2; }
a { background-color: rgb(221,184,194); }
div.DivClassName
{
background-color: #DDB8C2;
}
.BgClassName
{
background-color: #DDB8C2;
}
</style>
border-color css
<style>
span { border-color: #DDB8C2; }
span { border-color: rgb(221,184,194); }
td.TdClassName
{
border-color: #DDB8C2;
}
.TagClassName
{
border-color: #DDB8C2;
}
</style>