Shades of Melanie #DDBFC4
Tints of Melanie #DDBFC4
RGB
CMYK
RGB Variations
Color information
#DDBFC4 (or 0xDDBFC4) is known color: Melanie. HEX triplet: DD, BF and C4. RGB value is (221,191,196). Sum of RGB (Red+Green+Blue) = 221+191+196=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 196 (76.95% from 255 or 32.24% from 608); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBFC4 is #22403B. Grayscale: #C8C8C8. Windows color (decimal): -2244668 or 12894173. OLE color: 12894173.
HSL color Cylindrical-coordinate representation of color #DDBFC4: hue angle of 350º 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 #DDBFC4 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 191 | 196 | - |
CMYK | 0 | 0.14 | 0.11 | 0.13 |
HSL | 350º | 0.31% | 0.81% | - |
HSV(B) | 350º | 0.14% | 0.87% | - |
XYZ | 58.41 | 56.62 | 60.07 | - |
YUV | 200.54 | 125.44 | 142.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 191 | 196 | 0 | 0.14 | 0.11 | 0.13 | 350 | 0.31 | 0.81 |
Hex | DD | BF | C4 | 0 | E | B | D | 15E | 1F | 51 |
Octal | 335 | 277 | 304 | 0 | 16 | 13 | 15 | 536 | 37 | 121 |
Binary | 11011101 | 10111111 | 11000100 | 0 | 1110 | 1011 | 1101 | 101011110 | 11111 | 1010001 |
Color Harmonies of #DDBFC4
Complementary color
Monochromatic Colors of #DDBFC4
Black with #DDBFC4
Text Example
Text Example
White with #DDBFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBFC4; }
p { color: rgb(221,191,196); }
H1.HeaderClassName
{
color: #DDBFC4;
}
.AnyTagClassName
{
color: #DDBFC4;
}
</style>
background-color css
<style>
a { background-color: #DDBFC4; }
a { background-color: rgb(221,191,196); }
div.DivClassName
{
background-color: #DDBFC4;
}
.BgClassName
{
background-color: #DDBFC4;
}
</style>
border-color css
<style>
span { border-color: #DDBFC4; }
span { border-color: rgb(221,191,196); }
td.TdClassName
{
border-color: #DDBFC4;
}
.TagClassName
{
border-color: #DDBFC4;
}
</style>