Shades of Pale Rose #E4DDDF
Tints of Pale Rose #E4DDDF
RGB
CMYK
RGB Variations
Color information
#E4DDDF (or 0xE4DDDF) is known color: Pale Rose. HEX triplet: E4, DD and DF. RGB value is (228,221,223). Sum of RGB (Red+Green+Blue) = 228+221+223=672 (89% of max value = 765). Red value is 228 (89.45% from 255 or 33.93% from 672); Green value is 221 (86.72% from 255 or 32.89% from 672); Blue value is 223 (87.5% from 255 or 33.18% from 672); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4DDDF is #1B2220. Grayscale: #DFDFDF. Windows color (decimal): -1778209 or 14671332. OLE color: 14671332.
HSL color Cylindrical-coordinate representation of color #E4DDDF: hue angle of 342.86º degrees, saturation: 0.11, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E4DDDF is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
RGB | 228 | 221 | 223 | - |
CMYK | 0 | 0.03 | 0.02 | 0.11 |
HSL | 342.86º | 0.11% | 0.88% | - |
HSV(B) | 342.86º | 0.03% | 0.89% | - |
XYZ | 71.17 | 73.53 | 80.25 | - |
YUV | 223.32 | 127.82 | 131.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 221 | 223 | 0 | 0.03 | 0.02 | 0.11 | 342.86 | 0.11 | 0.88 |
Hex | E4 | DD | DF | 0 | 3 | 2 | B | 157 | B | 58 |
Octal | 344 | 335 | 337 | 0 | 3 | 2 | 13 | 527 | 13 | 130 |
Binary | 11100100 | 11011101 | 11011111 | 0 | 11 | 10 | 1011 | 101010111 | 1011 | 1011000 |
Color Harmonies of #E4DDDF
Complementary color
Monochromatic Colors of #E4DDDF
Black with #E4DDDF
Text Example
Text Example
White with #E4DDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DDDF; }
p { color: rgb(228,221,223); }
H1.HeaderClassName
{
color: #E4DDDF;
}
.AnyTagClassName
{
color: #E4DDDF;
}
</style>
background-color css
<style>
a { background-color: #E4DDDF; }
a { background-color: rgb(228,221,223); }
div.DivClassName
{
background-color: #E4DDDF;
}
.BgClassName
{
background-color: #E4DDDF;
}
</style>
border-color css
<style>
span { border-color: #E4DDDF; }
span { border-color: rgb(228,221,223); }
td.TdClassName
{
border-color: #E4DDDF;
}
.TagClassName
{
border-color: #E4DDDF;
}
</style>