Shades of Misty Rose #FFE3DE
Tints of Misty Rose #FFE3DE
RGB
CMYK
RGB Variations
Color information
#FFE3DE (or 0xFFE3DE) is known color: Misty Rose. HEX triplet: FF, E3 and DE. RGB value is (255,227,222). Sum of RGB (Red+Green+Blue) = 255+227+222=704 (93% of max value = 765). Red value is 255 (100% from 255 or 36.22% from 704); Green value is 227 (89.06% from 255 or 32.24% from 704); Blue value is 222 (87.11% from 255 or 31.53% from 704); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE3DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE3DE is #001C21. Grayscale: #EAEAEA. Windows color (decimal): -7202 or 14607359. OLE color: 14607359.
HSL color Cylindrical-coordinate representation of color #FFE3DE: hue angle of 9.09º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFE3DE is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 222 | - |
| CMYK | 0 | 0.11 | 0.13 | 0 |
| HSL | 9.09º | 1% | 0.94% | - |
| HSV(B) | 9.09º | 0.13% | 1% | - |
| XYZ | 81.89 | 81.47 | 80.52 | - |
| YUV | 234.8 | 120.78 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 222 | 0 | 0.11 | 0.13 | 0 | 9.09 | 1 | 0.94 |
| Hex | FF | E3 | DE | 0 | B | D | 0 | 9 | 64 | 5E |
| Octal | 377 | 343 | 336 | 0 | 13 | 15 | 0 | 11 | 144 | 136 |
| Binary | 11111111 | 11100011 | 11011110 | 0 | 1011 | 1101 | 0 | 1001 | 1100100 | 1011110 |
Color Harmonies of #FFE3DE
Complementary color
Monochromatic Colors of #FFE3DE
Black with #FFE3DE
Text Example
Text Example
White with #FFE3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE3DE; }
p { color: rgb(255,227,222); }
H1.HeaderClassName
{
color: #FFE3DE;
}
.AnyTagClassName
{
color: #FFE3DE;
}
</style>
background-color css
<style>
a { background-color: #FFE3DE; }
a { background-color: rgb(255,227,222); }
div.DivClassName
{
background-color: #FFE3DE;
}
.BgClassName
{
background-color: #FFE3DE;
}
</style>
border-color css
<style>
span { border-color: #FFE3DE; }
span { border-color: rgb(255,227,222); }
td.TdClassName
{
border-color: #FFE3DE;
}
.TagClassName
{
border-color: #FFE3DE;
}
</style>