Shades of Melanie #DDBBC2
Tints of Melanie #DDBBC2
RGB
CMYK
RGB Variations
Color information
#DDBBC2 (or 0xDDBBC2) is known color: Melanie. HEX triplet: DD, BB and C2. RGB value is (221,187,194). Sum of RGB (Red+Green+Blue) = 221+187+194=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 194 (76.17% from 255 or 32.23% from 602); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBC2 is #22443D. Grayscale: #C5C5C5. Windows color (decimal): -2245694 or 12762077. OLE color: 12762077.
HSL color Cylindrical-coordinate representation of color #DDBBC2: hue angle of 347.65º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDBBC2 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 194 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.13 |
| HSL | 347.65º | 0.33% | 0.8% | - |
| HSV(B) | 347.65º | 0.15% | 0.87% | - |
| XYZ | 57.33 | 54.81 | 58.6 | - |
| YUV | 197.96 | 125.76 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 194 | 0 | 0.15 | 0.12 | 0.13 | 347.65 | 0.33 | 0.8 |
| Hex | DD | BB | C2 | 0 | F | C | D | 15C | 21 | 50 |
| Octal | 335 | 273 | 302 | 0 | 17 | 14 | 15 | 534 | 41 | 120 |
| Binary | 11011101 | 10111011 | 11000010 | 0 | 1111 | 1100 | 1101 | 101011100 | 100001 | 1010000 |
Color Harmonies of #DDBBC2
Complementary color
Monochromatic Colors of #DDBBC2
Black with #DDBBC2
Text Example
Text Example
White with #DDBBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBBC2; }
p { color: rgb(221,187,194); }
H1.HeaderClassName
{
color: #DDBBC2;
}
.AnyTagClassName
{
color: #DDBBC2;
}
</style>
background-color css
<style>
a { background-color: #DDBBC2; }
a { background-color: rgb(221,187,194); }
div.DivClassName
{
background-color: #DDBBC2;
}
.BgClassName
{
background-color: #DDBBC2;
}
</style>
border-color css
<style>
span { border-color: #DDBBC2; }
span { border-color: rgb(221,187,194); }
td.TdClassName
{
border-color: #DDBBC2;
}
.TagClassName
{
border-color: #DDBBC2;
}
</style>