Shades of Melanie #DDBDC1
Tints of Melanie #DDBDC1
RGB
CMYK
RGB Variations
Color information
#DDBDC1 (or 0xDDBDC1) is known color: Melanie. HEX triplet: DD, BD and C1. RGB value is (221,189,193). Sum of RGB (Red+Green+Blue) = 221+189+193=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 189 (74.22% from 255 or 31.34% from 603); Blue value is 193 (75.78% from 255 or 32.01% from 603); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDC1 is #22423E. Grayscale: #C7C7C7. Windows color (decimal): -2245183 or 12697053. OLE color: 12697053.
HSL color Cylindrical-coordinate representation of color #DDBDC1: hue angle of 352.5º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDBDC1 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 189 | 193 | - |
CMYK | 0 | 0.14 | 0.13 | 0.13 |
HSL | 352.5º | 0.32% | 0.8% | - |
HSV(B) | 352.5º | 0.14% | 0.87% | - |
XYZ | 57.64 | 55.62 | 58.15 | - |
YUV | 199.02 | 124.6 | 143.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 189 | 193 | 0 | 0.14 | 0.13 | 0.13 | 352.5 | 0.32 | 0.8 |
Hex | DD | BD | C1 | 0 | E | D | D | 160 | 20 | 50 |
Octal | 335 | 275 | 301 | 0 | 16 | 15 | 15 | 540 | 40 | 120 |
Binary | 11011101 | 10111101 | 11000001 | 0 | 1110 | 1101 | 1101 | 101100000 | 100000 | 1010000 |
Color Harmonies of #DDBDC1
Complementary color
Monochromatic Colors of #DDBDC1
Black with #DDBDC1
Text Example
Text Example
White with #DDBDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBDC1; }
p { color: rgb(221,189,193); }
H1.HeaderClassName
{
color: #DDBDC1;
}
.AnyTagClassName
{
color: #DDBDC1;
}
</style>
background-color css
<style>
a { background-color: #DDBDC1; }
a { background-color: rgb(221,189,193); }
div.DivClassName
{
background-color: #DDBDC1;
}
.BgClassName
{
background-color: #DDBDC1;
}
</style>
border-color css
<style>
span { border-color: #DDBDC1; }
span { border-color: rgb(221,189,193); }
td.TdClassName
{
border-color: #DDBDC1;
}
.TagClassName
{
border-color: #DDBDC1;
}
</style>