Shades of Melanie #DDBFC3
Tints of Melanie #DDBFC3
RGB
CMYK
RGB Variations
Color information
#DDBFC3 (or 0xDDBFC3) is known color: Melanie. HEX triplet: DD, BF and C3. RGB value is (221,191,195). Sum of RGB (Red+Green+Blue) = 221+191+195=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 191 (75% from 255 or 31.47% from 607); Blue value is 195 (76.56% from 255 or 32.13% from 607); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBFC3 is #22403C. Grayscale: #C8C8C8. Windows color (decimal): -2244669 or 12828637. OLE color: 12828637.
HSL color Cylindrical-coordinate representation of color #DDBFC3: hue angle of 352º 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 #DDBFC3 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 191 | 195 | - |
CMYK | 0 | 0.14 | 0.12 | 0.13 |
HSL | 352º | 0.31% | 0.81% | - |
HSV(B) | 352º | 0.14% | 0.87% | - |
XYZ | 58.3 | 56.57 | 59.48 | - |
YUV | 200.43 | 124.94 | 142.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 191 | 195 | 0 | 0.14 | 0.12 | 0.13 | 352 | 0.31 | 0.81 |
Hex | DD | BF | C3 | 0 | E | C | D | 160 | 1F | 51 |
Octal | 335 | 277 | 303 | 0 | 16 | 14 | 15 | 540 | 37 | 121 |
Binary | 11011101 | 10111111 | 11000011 | 0 | 1110 | 1100 | 1101 | 101100000 | 11111 | 1010001 |
Color Harmonies of #DDBFC3
Complementary color
Monochromatic Colors of #DDBFC3
Black with #DDBFC3
Text Example
Text Example
White with #DDBFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBFC3; }
p { color: rgb(221,191,195); }
H1.HeaderClassName
{
color: #DDBFC3;
}
.AnyTagClassName
{
color: #DDBFC3;
}
</style>
background-color css
<style>
a { background-color: #DDBFC3; }
a { background-color: rgb(221,191,195); }
div.DivClassName
{
background-color: #DDBFC3;
}
.BgClassName
{
background-color: #DDBFC3;
}
</style>
border-color css
<style>
span { border-color: #DDBFC3; }
span { border-color: rgb(221,191,195); }
td.TdClassName
{
border-color: #DDBFC3;
}
.TagClassName
{
border-color: #DDBFC3;
}
</style>