Shades of Misty Rose #FFE5DF
Tints of Misty Rose #FFE5DF
RGB
CMYK
RGB Variations
Color information
#FFE5DF (or 0xFFE5DF) is known color: Misty Rose. HEX triplet: FF, E5 and DF. RGB value is (255,229,223). Sum of RGB (Red+Green+Blue) = 255+229+223=707 (93% of max value = 765). Red value is 255 (100% from 255 or 36.07% from 707); Green value is 229 (89.84% from 255 or 32.39% from 707); Blue value is 223 (87.5% from 255 or 31.54% from 707); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE5DF is #001A20. Grayscale: #ECECEC. Windows color (decimal): -6689 or 14673407. OLE color: 14673407.
HSL color Cylindrical-coordinate representation of color #FFE5DF: hue angle of 11.25º 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 #FFE5DF is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 229 | 223 | - |
CMYK | 0 | 0.10 | 0.13 | 0 |
HSL | 11.25º | 1% | 0.94% | - |
HSV(B) | 11.25º | 0.13% | 1% | - |
XYZ | 82.58 | 82.63 | 81.41 | - |
YUV | 236.09 | 120.61 | 141.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 229 | 223 | 0 | 0.10 | 0.13 | 0 | 11.25 | 1 | 0.94 |
Hex | FF | E5 | DF | 0 | A | D | 0 | B | 64 | 5E |
Octal | 377 | 345 | 337 | 0 | 12 | 15 | 0 | 13 | 144 | 136 |
Binary | 11111111 | 11100101 | 11011111 | 0 | 1010 | 1101 | 0 | 1011 | 1100100 | 1011110 |
Color Harmonies of #FFE5DF
Complementary color
Monochromatic Colors of #FFE5DF
Black with #FFE5DF
Text Example
Text Example
White with #FFE5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE5DF; }
p { color: rgb(255,229,223); }
H1.HeaderClassName
{
color: #FFE5DF;
}
.AnyTagClassName
{
color: #FFE5DF;
}
</style>
background-color css
<style>
a { background-color: #FFE5DF; }
a { background-color: rgb(255,229,223); }
div.DivClassName
{
background-color: #FFE5DF;
}
.BgClassName
{
background-color: #FFE5DF;
}
</style>
border-color css
<style>
span { border-color: #FFE5DF; }
span { border-color: rgb(255,229,223); }
td.TdClassName
{
border-color: #FFE5DF;
}
.TagClassName
{
border-color: #FFE5DF;
}
</style>