Shades of Misty Rose #FFE0DC
Tints of Misty Rose #FFE0DC
RGB
CMYK
RGB Variations
Color information
#FFE0DC (or 0xFFE0DC) is known color: Misty Rose. HEX triplet: FF, E0 and DC. RGB value is (255,224,220). Sum of RGB (Red+Green+Blue) = 255+224+220=699 (92% of max value = 765). Red value is 255 (100% from 255 or 36.48% from 699); Green value is 224 (87.89% from 255 or 32.05% from 699); Blue value is 220 (86.33% from 255 or 31.47% from 699); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE0DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE0DC is #001F23. Grayscale: #E8E8E8. Windows color (decimal): -7972 or 14475519. OLE color: 14475519.
HSL color Cylindrical-coordinate representation of color #FFE0DC: hue angle of 6.86º 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 #FFE0DC is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 220 | - |
| CMYK | 0 | 0.12 | 0.14 | 0 |
| HSL | 6.86º | 1% | 0.93% | - |
| HSV(B) | 6.86º | 0.14% | 1% | - |
| XYZ | 80.81 | 79.74 | 78.84 | - |
| YUV | 232.81 | 120.77 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 220 | 0 | 0.12 | 0.14 | 0 | 6.86 | 1 | 0.93 |
| Hex | FF | E0 | DC | 0 | C | E | 0 | 7 | 64 | 5D |
| Octal | 377 | 340 | 334 | 0 | 14 | 16 | 0 | 7 | 144 | 135 |
| Binary | 11111111 | 11100000 | 11011100 | 0 | 1100 | 1110 | 0 | 111 | 1100100 | 1011101 |
Color Harmonies of #FFE0DC
Complementary color
Monochromatic Colors of #FFE0DC
Black with #FFE0DC
Text Example
Text Example
White with #FFE0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE0DC; }
p { color: rgb(255,224,220); }
H1.HeaderClassName
{
color: #FFE0DC;
}
.AnyTagClassName
{
color: #FFE0DC;
}
</style>
background-color css
<style>
a { background-color: #FFE0DC; }
a { background-color: rgb(255,224,220); }
div.DivClassName
{
background-color: #FFE0DC;
}
.BgClassName
{
background-color: #FFE0DC;
}
</style>
border-color css
<style>
span { border-color: #FFE0DC; }
span { border-color: rgb(255,224,220); }
td.TdClassName
{
border-color: #FFE0DC;
}
.TagClassName
{
border-color: #FFE0DC;
}
</style>