Shades of Melanie #DDBEC3
Tints of Melanie #DDBEC3
RGB
CMYK
RGB Variations
Color information
#DDBEC3 (or 0xDDBEC3) is known color: Melanie. HEX triplet: DD, BE and C3. RGB value is (221,190,195). Sum of RGB (Red+Green+Blue) = 221+190+195=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 190 (74.61% from 255 or 31.35% from 606); Blue value is 195 (76.56% from 255 or 32.18% from 606); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBEC3 is #22413C. Grayscale: #C7C7C7. Windows color (decimal): -2244925 or 12828381. OLE color: 12828381.
HSL color Cylindrical-coordinate representation of color #DDBEC3: hue angle of 350.32º 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 #DDBEC3 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 190 | 195 | - |
CMYK | 0 | 0.14 | 0.12 | 0.13 |
HSL | 350.32º | 0.31% | 0.81% | - |
HSV(B) | 350.32º | 0.14% | 0.87% | - |
XYZ | 58.08 | 56.14 | 59.4 | - |
YUV | 199.84 | 125.27 | 143.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 190 | 195 | 0 | 0.14 | 0.12 | 0.13 | 350.32 | 0.31 | 0.81 |
Hex | DD | BE | C3 | 0 | E | C | D | 15E | 1F | 51 |
Octal | 335 | 276 | 303 | 0 | 16 | 14 | 15 | 536 | 37 | 121 |
Binary | 11011101 | 10111110 | 11000011 | 0 | 1110 | 1100 | 1101 | 101011110 | 11111 | 1010001 |
Color Harmonies of #DDBEC3
Complementary color
Monochromatic Colors of #DDBEC3
Black with #DDBEC3
Text Example
Text Example
White with #DDBEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBEC3; }
p { color: rgb(221,190,195); }
H1.HeaderClassName
{
color: #DDBEC3;
}
.AnyTagClassName
{
color: #DDBEC3;
}
</style>
background-color css
<style>
a { background-color: #DDBEC3; }
a { background-color: rgb(221,190,195); }
div.DivClassName
{
background-color: #DDBEC3;
}
.BgClassName
{
background-color: #DDBEC3;
}
</style>
border-color css
<style>
span { border-color: #DDBEC3; }
span { border-color: rgb(221,190,195); }
td.TdClassName
{
border-color: #DDBEC3;
}
.TagClassName
{
border-color: #DDBEC3;
}
</style>