Shades of Pale Rose #E7DEE0
Tints of Pale Rose #E7DEE0
RGB
CMYK
RGB Variations
Color information
#E7DEE0 (or 0xE7DEE0) is known color: Pale Rose. HEX triplet: E7, DE and E0. RGB value is (231,222,224). Sum of RGB (Red+Green+Blue) = 231+222+224=677 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.12% from 677); Green value is 222 (87.11% from 255 or 32.79% from 677); Blue value is 224 (87.89% from 255 or 33.09% from 677); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DEE0 is #18211F. Grayscale: #E0E0E0. Windows color (decimal): -1581344 or 14737127. OLE color: 14737127.
HSL color Cylindrical-coordinate representation of color #E7DEE0: hue angle of 346.67º degrees, saturation: 0.16, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E7DEE0 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 222 | 224 | - |
CMYK | 0 | 0.04 | 0.03 | 0.09 |
HSL | 346.67º | 0.16% | 0.89% | - |
HSV(B) | 346.67º | 0.04% | 0.91% | - |
XYZ | 72.53 | 74.61 | 81.1 | - |
YUV | 224.92 | 127.48 | 132.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 222 | 224 | 0 | 0.04 | 0.03 | 0.09 | 346.67 | 0.16 | 0.89 |
Hex | E7 | DE | E0 | 0 | 4 | 3 | 9 | 15B | 10 | 59 |
Octal | 347 | 336 | 340 | 0 | 4 | 3 | 11 | 533 | 20 | 131 |
Binary | 11100111 | 11011110 | 11100000 | 0 | 100 | 11 | 1001 | 101011011 | 10000 | 1011001 |
Color Harmonies of #E7DEE0
Complementary color
Monochromatic Colors of #E7DEE0
Black with #E7DEE0
Text Example
Text Example
White with #E7DEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DEE0; }
p { color: rgb(231,222,224); }
H1.HeaderClassName
{
color: #E7DEE0;
}
.AnyTagClassName
{
color: #E7DEE0;
}
</style>
background-color css
<style>
a { background-color: #E7DEE0; }
a { background-color: rgb(231,222,224); }
div.DivClassName
{
background-color: #E7DEE0;
}
.BgClassName
{
background-color: #E7DEE0;
}
</style>
border-color css
<style>
span { border-color: #E7DEE0; }
span { border-color: rgb(231,222,224); }
td.TdClassName
{
border-color: #E7DEE0;
}
.TagClassName
{
border-color: #E7DEE0;
}
</style>