Shades of Misty Rose #FFE3DD
Tints of Misty Rose #FFE3DD
RGB
CMYK
RGB Variations
Color information
#FFE3DD (or 0xFFE3DD) is known color: Misty Rose. HEX triplet: FF, E3 and DD. RGB value is (255,227,221). Sum of RGB (Red+Green+Blue) = 255+227+221=703 (93% of max value = 765). Red value is 255 (100% from 255 or 36.27% from 703); Green value is 227 (89.06% from 255 or 32.29% from 703); Blue value is 221 (86.72% from 255 or 31.44% from 703); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE3DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE3DD is #001C22. Grayscale: #EAEAEA. Windows color (decimal): -7203 or 14541823. OLE color: 14541823.
HSL color Cylindrical-coordinate representation of color #FFE3DD: hue angle of 10.59º 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 #FFE3DD is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 221 | - |
| CMYK | 0 | 0.11 | 0.13 | 0 |
| HSL | 10.59º | 1% | 0.93% | - |
| HSV(B) | 10.59º | 0.13% | 1% | - |
| XYZ | 81.76 | 81.42 | 79.81 | - |
| YUV | 234.69 | 120.28 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 221 | 0 | 0.11 | 0.13 | 0 | 10.59 | 1 | 0.93 |
| Hex | FF | E3 | DD | 0 | B | D | 0 | B | 64 | 5D |
| Octal | 377 | 343 | 335 | 0 | 13 | 15 | 0 | 13 | 144 | 135 |
| Binary | 11111111 | 11100011 | 11011101 | 0 | 1011 | 1101 | 0 | 1011 | 1100100 | 1011101 |
Color Harmonies of #FFE3DD
Complementary color
Monochromatic Colors of #FFE3DD
Black with #FFE3DD
Text Example
Text Example
White with #FFE3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE3DD; }
p { color: rgb(255,227,221); }
H1.HeaderClassName
{
color: #FFE3DD;
}
.AnyTagClassName
{
color: #FFE3DD;
}
</style>
background-color css
<style>
a { background-color: #FFE3DD; }
a { background-color: rgb(255,227,221); }
div.DivClassName
{
background-color: #FFE3DD;
}
.BgClassName
{
background-color: #FFE3DD;
}
</style>
border-color css
<style>
span { border-color: #FFE3DD; }
span { border-color: rgb(255,227,221); }
td.TdClassName
{
border-color: #FFE3DD;
}
.TagClassName
{
border-color: #FFE3DD;
}
</style>