Shades of Melanie #DDAFC2
Tints of Melanie #DDAFC2
RGB
CMYK
RGB Variations
Color information
#DDAFC2 (or 0xDDAFC2) is known color: Melanie. HEX triplet: DD, AF and C2. RGB value is (221,175,194). Sum of RGB (Red+Green+Blue) = 221+175+194=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 175 (68.75% from 255 or 29.66% from 590); Blue value is 194 (76.17% from 255 or 32.88% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAFC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAFC2 is #22503D. Grayscale: #BEBEBE. Windows color (decimal): -2248766 or 12759005. OLE color: 12759005.
HSL color Cylindrical-coordinate representation of color #DDAFC2: hue angle of 335.22º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDAFC2 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 175 | 194 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.13 |
| HSL | 335.22º | 0.4% | 0.78% | - |
| HSV(B) | 335.22º | 0.21% | 0.87% | - |
| XYZ | 54.89 | 49.93 | 57.78 | - |
| YUV | 190.92 | 129.74 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 175 | 194 | 0 | 0.21 | 0.12 | 0.13 | 335.22 | 0.4 | 0.78 |
| Hex | DD | AF | C2 | 0 | 15 | C | D | 14F | 28 | 4E |
| Octal | 335 | 257 | 302 | 0 | 25 | 14 | 15 | 517 | 50 | 116 |
| Binary | 11011101 | 10101111 | 11000010 | 0 | 10101 | 1100 | 1101 | 101001111 | 101000 | 1001110 |
Color Harmonies of #DDAFC2
Complementary color
Monochromatic Colors of #DDAFC2
Black with #DDAFC2
Text Example
Text Example
White with #DDAFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAFC2; }
p { color: rgb(221,175,194); }
H1.HeaderClassName
{
color: #DDAFC2;
}
.AnyTagClassName
{
color: #DDAFC2;
}
</style>
background-color css
<style>
a { background-color: #DDAFC2; }
a { background-color: rgb(221,175,194); }
div.DivClassName
{
background-color: #DDAFC2;
}
.BgClassName
{
background-color: #DDAFC2;
}
</style>
border-color css
<style>
span { border-color: #DDAFC2; }
span { border-color: rgb(221,175,194); }
td.TdClassName
{
border-color: #DDAFC2;
}
.TagClassName
{
border-color: #DDAFC2;
}
</style>