Shades of Pale Rose #E5DDDF
Tints of Pale Rose #E5DDDF
RGB
CMYK
RGB Variations
Color information
#E5DDDF (or 0xE5DDDF) is known color: Pale Rose. HEX triplet: E5, DD and DF. RGB value is (229,221,223). Sum of RGB (Red+Green+Blue) = 229+221+223=673 (89% of max value = 765). Red value is 229 (89.84% from 255 or 34.03% from 673); Green value is 221 (86.72% from 255 or 32.84% from 673); Blue value is 223 (87.5% from 255 or 33.14% from 673); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DDDF is #1A2220. Grayscale: #DFDFDF. Windows color (decimal): -1712673 or 14671333. OLE color: 14671333.
HSL color Cylindrical-coordinate representation of color #E5DDDF: hue angle of 345º degrees, saturation: 0.13, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E5DDDF is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 221 | 223 | - |
CMYK | 0 | 0.03 | 0.03 | 0.10 |
HSL | 345º | 0.13% | 0.88% | - |
HSV(B) | 345º | 0.03% | 0.9% | - |
XYZ | 71.49 | 73.7 | 80.27 | - |
YUV | 223.62 | 127.65 | 131.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 221 | 223 | 0 | 0.03 | 0.03 | 0.10 | 345 | 0.13 | 0.88 |
Hex | E5 | DD | DF | 0 | 3 | 3 | A | 159 | D | 58 |
Octal | 345 | 335 | 337 | 0 | 3 | 3 | 12 | 531 | 15 | 130 |
Binary | 11100101 | 11011101 | 11011111 | 0 | 11 | 11 | 1010 | 101011001 | 1101 | 1011000 |
Color Harmonies of #E5DDDF
Complementary color
Monochromatic Colors of #E5DDDF
Black with #E5DDDF
Text Example
Text Example
White with #E5DDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DDDF; }
p { color: rgb(229,221,223); }
H1.HeaderClassName
{
color: #E5DDDF;
}
.AnyTagClassName
{
color: #E5DDDF;
}
</style>
background-color css
<style>
a { background-color: #E5DDDF; }
a { background-color: rgb(229,221,223); }
div.DivClassName
{
background-color: #E5DDDF;
}
.BgClassName
{
background-color: #E5DDDF;
}
</style>
border-color css
<style>
span { border-color: #E5DDDF; }
span { border-color: rgb(229,221,223); }
td.TdClassName
{
border-color: #E5DDDF;
}
.TagClassName
{
border-color: #E5DDDF;
}
</style>