Shades of Pale Rose #E2DEDF
Tints of Pale Rose #E2DEDF
RGB
CMYK
RGB Variations
Color information
#E2DEDF (or 0xE2DEDF) is known color: Pale Rose. HEX triplet: E2, DE and DF. RGB value is (226,222,223). Sum of RGB (Red+Green+Blue) = 226+222+223=671 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.68% from 671); Green value is 222 (87.11% from 255 or 33.08% from 671); Blue value is 223 (87.5% from 255 or 33.23% from 671); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DEDF is #1D2120. Grayscale: #DFDFDF. Windows color (decimal): -1909025 or 14671586. OLE color: 14671586.
HSL color Cylindrical-coordinate representation of color #E2DEDF: hue angle of 345º degrees, saturation: 0.06, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E2DEDF is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 222 | 223 | - |
CMYK | 0 | 0.02 | 0.01 | 0.11 |
HSL | 345º | 0.06% | 0.88% | - |
HSV(B) | 345º | 0.02% | 0.89% | - |
XYZ | 70.8 | 73.74 | 80.31 | - |
YUV | 223.31 | 127.83 | 129.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 222 | 223 | 0 | 0.02 | 0.01 | 0.11 | 345 | 0.06 | 0.88 |
Hex | E2 | DE | DF | 0 | 2 | 1 | B | 159 | 6 | 58 |
Octal | 342 | 336 | 337 | 0 | 2 | 1 | 13 | 531 | 6 | 130 |
Binary | 11100010 | 11011110 | 11011111 | 0 | 10 | 1 | 1011 | 101011001 | 110 | 1011000 |
Color Harmonies of #E2DEDF
Complementary color
Monochromatic Colors of #E2DEDF
Black with #E2DEDF
Text Example
Text Example
White with #E2DEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DEDF; }
p { color: rgb(226,222,223); }
H1.HeaderClassName
{
color: #E2DEDF;
}
.AnyTagClassName
{
color: #E2DEDF;
}
</style>
background-color css
<style>
a { background-color: #E2DEDF; }
a { background-color: rgb(226,222,223); }
div.DivClassName
{
background-color: #E2DEDF;
}
.BgClassName
{
background-color: #E2DEDF;
}
</style>
border-color css
<style>
span { border-color: #E2DEDF; }
span { border-color: rgb(226,222,223); }
td.TdClassName
{
border-color: #E2DEDF;
}
.TagClassName
{
border-color: #E2DEDF;
}
</style>