Shades of Misty Rose #FFE4DE
Tints of Misty Rose #FFE4DE
RGB
CMYK
RGB Variations
Color information
#FFE4DE (or 0xFFE4DE) is known color: Misty Rose. HEX triplet: FF, E4 and DE. RGB value is (255,228,222). Sum of RGB (Red+Green+Blue) = 255+228+222=705 (93% of max value = 765). Red value is 255 (100% from 255 or 36.17% from 705); Green value is 228 (89.45% from 255 or 32.34% from 705); Blue value is 222 (87.11% from 255 or 31.49% from 705); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE4DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE4DE is #001B21. Grayscale: #EBEBEB. Windows color (decimal): -6946 or 14607615. OLE color: 14607615.
HSL color Cylindrical-coordinate representation of color #FFE4DE: hue angle of 10.91º 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 #FFE4DE is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 222 | - |
| CMYK | 0 | 0.11 | 0.13 | 0 |
| HSL | 10.91º | 1% | 0.94% | - |
| HSV(B) | 10.91º | 0.13% | 1% | - |
| XYZ | 82.17 | 82.02 | 80.61 | - |
| YUV | 235.39 | 120.45 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 222 | 0 | 0.11 | 0.13 | 0 | 10.91 | 1 | 0.94 |
| Hex | FF | E4 | DE | 0 | B | D | 0 | B | 64 | 5E |
| Octal | 377 | 344 | 336 | 0 | 13 | 15 | 0 | 13 | 144 | 136 |
| Binary | 11111111 | 11100100 | 11011110 | 0 | 1011 | 1101 | 0 | 1011 | 1100100 | 1011110 |
Color Harmonies of #FFE4DE
Complementary color
Monochromatic Colors of #FFE4DE
Black with #FFE4DE
Text Example
Text Example
White with #FFE4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE4DE; }
p { color: rgb(255,228,222); }
H1.HeaderClassName
{
color: #FFE4DE;
}
.AnyTagClassName
{
color: #FFE4DE;
}
</style>
background-color css
<style>
a { background-color: #FFE4DE; }
a { background-color: rgb(255,228,222); }
div.DivClassName
{
background-color: #FFE4DE;
}
.BgClassName
{
background-color: #FFE4DE;
}
</style>
border-color css
<style>
span { border-color: #FFE4DE; }
span { border-color: rgb(255,228,222); }
td.TdClassName
{
border-color: #FFE4DE;
}
.TagClassName
{
border-color: #FFE4DE;
}
</style>