Shades of Melanie #DDBFC6
Tints of Melanie #DDBFC6
RGB
CMYK
RGB Variations
Color information
#DDBFC6 (or 0xDDBFC6) is known color: Melanie. HEX triplet: DD, BF and C6. RGB value is (221,191,198). Sum of RGB (Red+Green+Blue) = 221+191+198=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 198 (77.73% from 255 or 32.46% from 610); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBFC6 is #224039. Grayscale: #C8C8C8. Windows color (decimal): -2244666 or 13025245. OLE color: 13025245.
HSL color Cylindrical-coordinate representation of color #DDBFC6: hue angle of 346º 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 #DDBFC6 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 191 | 198 | - |
CMYK | 0 | 0.14 | 0.10 | 0.13 |
HSL | 346º | 0.31% | 0.81% | - |
HSV(B) | 346º | 0.14% | 0.87% | - |
XYZ | 58.64 | 56.71 | 61.28 | - |
YUV | 200.77 | 126.44 | 142.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 191 | 198 | 0 | 0.14 | 0.10 | 0.13 | 346 | 0.31 | 0.81 |
Hex | DD | BF | C6 | 0 | E | A | D | 15A | 1F | 51 |
Octal | 335 | 277 | 306 | 0 | 16 | 12 | 15 | 532 | 37 | 121 |
Binary | 11011101 | 10111111 | 11000110 | 0 | 1110 | 1010 | 1101 | 101011010 | 11111 | 1010001 |
Color Harmonies of #DDBFC6
Complementary color
Monochromatic Colors of #DDBFC6
Black with #DDBFC6
Text Example
Text Example
White with #DDBFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBFC6; }
p { color: rgb(221,191,198); }
H1.HeaderClassName
{
color: #DDBFC6;
}
.AnyTagClassName
{
color: #DDBFC6;
}
</style>
background-color css
<style>
a { background-color: #DDBFC6; }
a { background-color: rgb(221,191,198); }
div.DivClassName
{
background-color: #DDBFC6;
}
.BgClassName
{
background-color: #DDBFC6;
}
</style>
border-color css
<style>
span { border-color: #DDBFC6; }
span { border-color: rgb(221,191,198); }
td.TdClassName
{
border-color: #DDBFC6;
}
.TagClassName
{
border-color: #DDBFC6;
}
</style>