Shades of Pale Rose #EAD8DD
Tints of Pale Rose #EAD8DD
RGB
CMYK
RGB Variations
Color information
#EAD8DD (or 0xEAD8DD) is known color: Pale Rose. HEX triplet: EA, D8 and DD. RGB value is (234,216,221). Sum of RGB (Red+Green+Blue) = 234+216+221=671 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.87% from 671); Green value is 216 (84.77% from 255 or 32.19% from 671); Blue value is 221 (86.72% from 255 or 32.94% from 671); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD8DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD8DD is #152722. Grayscale: #DDDDDD. Windows color (decimal): -1386275 or 14538986. OLE color: 14538986.
HSL color Cylindrical-coordinate representation of color #EAD8DD: hue angle of 343.33º degrees, saturation: 0.3, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EAD8DD is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 216 | 221 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.08 |
| HSL | 343.33º | 0.3% | 0.88% | - |
| HSV(B) | 343.33º | 0.08% | 0.92% | - |
| XYZ | 71.54 | 71.82 | 78.5 | - |
| YUV | 221.95 | 127.46 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 216 | 221 | 0 | 0.08 | 0.06 | 0.08 | 343.33 | 0.3 | 0.88 |
| Hex | EA | D8 | DD | 0 | 8 | 6 | 8 | 157 | 1E | 58 |
| Octal | 352 | 330 | 335 | 0 | 10 | 6 | 10 | 527 | 36 | 130 |
| Binary | 11101010 | 11011000 | 11011101 | 0 | 1000 | 110 | 1000 | 101010111 | 11110 | 1011000 |
Color Harmonies of #EAD8DD
Complementary color
Monochromatic Colors of #EAD8DD
Black with #EAD8DD
Text Example
Text Example
White with #EAD8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD8DD; }
p { color: rgb(234,216,221); }
H1.HeaderClassName
{
color: #EAD8DD;
}
.AnyTagClassName
{
color: #EAD8DD;
}
</style>
background-color css
<style>
a { background-color: #EAD8DD; }
a { background-color: rgb(234,216,221); }
div.DivClassName
{
background-color: #EAD8DD;
}
.BgClassName
{
background-color: #EAD8DD;
}
</style>
border-color css
<style>
span { border-color: #EAD8DD; }
span { border-color: rgb(234,216,221); }
td.TdClassName
{
border-color: #EAD8DD;
}
.TagClassName
{
border-color: #EAD8DD;
}
</style>