Shades of Misty Rose #FFE1DD
Tints of Misty Rose #FFE1DD
RGB
CMYK
RGB Variations
Color information
#FFE1DD (or 0xFFE1DD) is known color: Misty Rose. HEX triplet: FF, E1 and DD. RGB value is (255,225,221). Sum of RGB (Red+Green+Blue) = 255+225+221=701 (92% of max value = 765). Red value is 255 (100% from 255 or 36.38% from 701); Green value is 225 (88.28% from 255 or 32.10% from 701); Blue value is 221 (86.72% from 255 or 31.53% from 701); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE1DD is #001E22. Grayscale: #E9E9E9. Windows color (decimal): -7715 or 14541311. OLE color: 14541311.
HSL color Cylindrical-coordinate representation of color #FFE1DD: hue angle of 7.06º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFE1DD is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 221 | - |
| CMYK | 0 | 0.12 | 0.13 | 0 |
| HSL | 7.06º | 1% | 0.93% | - |
| HSV(B) | 7.06º | 0.13% | 1% | - |
| XYZ | 81.22 | 80.33 | 79.63 | - |
| YUV | 233.51 | 120.94 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 221 | 0 | 0.12 | 0.13 | 0 | 7.06 | 1 | 0.93 |
| Hex | FF | E1 | DD | 0 | C | D | 0 | 7 | 64 | 5D |
| Octal | 377 | 341 | 335 | 0 | 14 | 15 | 0 | 7 | 144 | 135 |
| Binary | 11111111 | 11100001 | 11011101 | 0 | 1100 | 1101 | 0 | 111 | 1100100 | 1011101 |
Color Harmonies of #FFE1DD
Complementary color
Monochromatic Colors of #FFE1DD
Black with #FFE1DD
Text Example
Text Example
White with #FFE1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE1DD; }
p { color: rgb(255,225,221); }
H1.HeaderClassName
{
color: #FFE1DD;
}
.AnyTagClassName
{
color: #FFE1DD;
}
</style>
background-color css
<style>
a { background-color: #FFE1DD; }
a { background-color: rgb(255,225,221); }
div.DivClassName
{
background-color: #FFE1DD;
}
.BgClassName
{
background-color: #FFE1DD;
}
</style>
border-color css
<style>
span { border-color: #FFE1DD; }
span { border-color: rgb(255,225,221); }
td.TdClassName
{
border-color: #FFE1DD;
}
.TagClassName
{
border-color: #FFE1DD;
}
</style>