Shades of Misty Rose #FFE1DB
Tints of Misty Rose #FFE1DB
RGB
CMYK
RGB Variations
Color information
#FFE1DB (or 0xFFE1DB) is known color: Misty Rose. HEX triplet: FF, E1 and DB. RGB value is (255,225,219). Sum of RGB (Red+Green+Blue) = 255+225+219=699 (92% of max value = 765). Red value is 255 (100% from 255 or 36.48% from 699); Green value is 225 (88.28% from 255 or 32.19% from 699); Blue value is 219 (85.94% from 255 or 31.33% from 699); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE1DB is #001E24. Grayscale: #E9E9E9. Windows color (decimal): -7717 or 14410239. OLE color: 14410239.
HSL color Cylindrical-coordinate representation of color #FFE1DB: hue angle of 10º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FFE1DB is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 219 | - |
| CMYK | 0 | 0.12 | 0.14 | 0 |
| HSL | 10º | 1% | 0.93% | - |
| HSV(B) | 10º | 0.14% | 1% | - |
| XYZ | 80.95 | 80.22 | 78.24 | - |
| YUV | 233.29 | 119.94 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 219 | 0 | 0.12 | 0.14 | 0 | 10 | 1 | 0.93 |
| Hex | FF | E1 | DB | 0 | C | E | 0 | A | 64 | 5D |
| Octal | 377 | 341 | 333 | 0 | 14 | 16 | 0 | 12 | 144 | 135 |
| Binary | 11111111 | 11100001 | 11011011 | 0 | 1100 | 1110 | 0 | 1010 | 1100100 | 1011101 |
Color Harmonies of #FFE1DB
Complementary color
Monochromatic Colors of #FFE1DB
Black with #FFE1DB
Text Example
Text Example
White with #FFE1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE1DB; }
p { color: rgb(255,225,219); }
H1.HeaderClassName
{
color: #FFE1DB;
}
.AnyTagClassName
{
color: #FFE1DB;
}
</style>
background-color css
<style>
a { background-color: #FFE1DB; }
a { background-color: rgb(255,225,219); }
div.DivClassName
{
background-color: #FFE1DB;
}
.BgClassName
{
background-color: #FFE1DB;
}
</style>
border-color css
<style>
span { border-color: #FFE1DB; }
span { border-color: rgb(255,225,219); }
td.TdClassName
{
border-color: #FFE1DB;
}
.TagClassName
{
border-color: #FFE1DB;
}
</style>