Shades of Melanie #DDBEC2
Tints of Melanie #DDBEC2
RGB
CMYK
RGB Variations
Color information
#DDBEC2 (or 0xDDBEC2) is known color: Melanie. HEX triplet: DD, BE and C2. RGB value is (221,190,194). Sum of RGB (Red+Green+Blue) = 221+190+194=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 190 (74.61% from 255 or 31.40% from 605); Blue value is 194 (76.17% from 255 or 32.07% from 605); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBEC2 is #22413D. Grayscale: #C7C7C7. Windows color (decimal): -2244926 or 12762845. OLE color: 12762845.
HSL color Cylindrical-coordinate representation of color #DDBEC2: hue angle of 352.26º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDBEC2 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 190 | 194 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.13 |
| HSL | 352.26º | 0.31% | 0.81% | - |
| HSV(B) | 352.26º | 0.14% | 0.87% | - |
| XYZ | 57.97 | 56.09 | 58.81 | - |
| YUV | 199.73 | 124.77 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 190 | 194 | 0 | 0.14 | 0.12 | 0.13 | 352.26 | 0.31 | 0.81 |
| Hex | DD | BE | C2 | 0 | E | C | D | 160 | 1F | 51 |
| Octal | 335 | 276 | 302 | 0 | 16 | 14 | 15 | 540 | 37 | 121 |
| Binary | 11011101 | 10111110 | 11000010 | 0 | 1110 | 1100 | 1101 | 101100000 | 11111 | 1010001 |
Color Harmonies of #DDBEC2
Complementary color
Monochromatic Colors of #DDBEC2
Black with #DDBEC2
Text Example
Text Example
White with #DDBEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBEC2; }
p { color: rgb(221,190,194); }
H1.HeaderClassName
{
color: #DDBEC2;
}
.AnyTagClassName
{
color: #DDBEC2;
}
</style>
background-color css
<style>
a { background-color: #DDBEC2; }
a { background-color: rgb(221,190,194); }
div.DivClassName
{
background-color: #DDBEC2;
}
.BgClassName
{
background-color: #DDBEC2;
}
</style>
border-color css
<style>
span { border-color: #DDBEC2; }
span { border-color: rgb(221,190,194); }
td.TdClassName
{
border-color: #DDBEC2;
}
.TagClassName
{
border-color: #DDBEC2;
}
</style>