Shades of Misty Rose #FFE2DE
Tints of Misty Rose #FFE2DE
RGB
CMYK
RGB Variations
Color information
#FFE2DE (or 0xFFE2DE) is known color: Misty Rose. HEX triplet: FF, E2 and DE. RGB value is (255,226,222). Sum of RGB (Red+Green+Blue) = 255+226+222=703 (93% of max value = 765). Red value is 255 (100% from 255 or 36.27% from 703); Green value is 226 (88.67% from 255 or 32.15% from 703); Blue value is 222 (87.11% from 255 or 31.58% from 703); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE2DE is #001D21. Grayscale: #EAEAEA. Windows color (decimal): -7458 or 14607103. OLE color: 14607103.
HSL color Cylindrical-coordinate representation of color #FFE2DE: hue angle of 7.27º 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 #FFE2DE is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 222 | - |
| CMYK | 0 | 0.11 | 0.13 | 0 |
| HSL | 7.27º | 1% | 0.94% | - |
| HSV(B) | 7.27º | 0.13% | 1% | - |
| XYZ | 81.62 | 80.93 | 80.43 | - |
| YUV | 234.22 | 121.11 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 222 | 0 | 0.11 | 0.13 | 0 | 7.27 | 1 | 0.94 |
| Hex | FF | E2 | DE | 0 | B | D | 0 | 7 | 64 | 5E |
| Octal | 377 | 342 | 336 | 0 | 13 | 15 | 0 | 7 | 144 | 136 |
| Binary | 11111111 | 11100010 | 11011110 | 0 | 1011 | 1101 | 0 | 111 | 1100100 | 1011110 |
Color Harmonies of #FFE2DE
Complementary color
Monochromatic Colors of #FFE2DE
Black with #FFE2DE
Text Example
Text Example
White with #FFE2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE2DE; }
p { color: rgb(255,226,222); }
H1.HeaderClassName
{
color: #FFE2DE;
}
.AnyTagClassName
{
color: #FFE2DE;
}
</style>
background-color css
<style>
a { background-color: #FFE2DE; }
a { background-color: rgb(255,226,222); }
div.DivClassName
{
background-color: #FFE2DE;
}
.BgClassName
{
background-color: #FFE2DE;
}
</style>
border-color css
<style>
span { border-color: #FFE2DE; }
span { border-color: rgb(255,226,222); }
td.TdClassName
{
border-color: #FFE2DE;
}
.TagClassName
{
border-color: #FFE2DE;
}
</style>