Shades of Pale Rose #EAD5D8
Tints of Pale Rose #EAD5D8
RGB
CMYK
RGB Variations
Color information
#EAD5D8 (or 0xEAD5D8) is known color: Pale Rose. HEX triplet: EA, D5 and D8. RGB value is (234,213,216). Sum of RGB (Red+Green+Blue) = 234+213+216=663 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.29% from 663); Green value is 213 (83.59% from 255 or 32.13% from 663); Blue value is 216 (84.77% from 255 or 32.58% from 663); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD5D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD5D8 is #152A27. Grayscale: #DBDBDB. Windows color (decimal): -1387048 or 14210538. OLE color: 14210538.
HSL color Cylindrical-coordinate representation of color #EAD5D8: hue angle of 351.43º degrees, saturation: 0.33, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EAD5D8 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 213 | 216 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.08 |
| HSL | 351.43º | 0.33% | 0.88% | - |
| HSV(B) | 351.43º | 0.09% | 0.92% | - |
| XYZ | 70.12 | 70.04 | 74.79 | - |
| YUV | 219.62 | 125.96 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 213 | 216 | 0 | 0.09 | 0.08 | 0.08 | 351.43 | 0.33 | 0.88 |
| Hex | EA | D5 | D8 | 0 | 9 | 8 | 8 | 15F | 21 | 58 |
| Octal | 352 | 325 | 330 | 0 | 11 | 10 | 10 | 537 | 41 | 130 |
| Binary | 11101010 | 11010101 | 11011000 | 0 | 1001 | 1000 | 1000 | 101011111 | 100001 | 1011000 |
Color Harmonies of #EAD5D8
Complementary color
Monochromatic Colors of #EAD5D8
Black with #EAD5D8
Text Example
Text Example
White with #EAD5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD5D8; }
p { color: rgb(234,213,216); }
H1.HeaderClassName
{
color: #EAD5D8;
}
.AnyTagClassName
{
color: #EAD5D8;
}
</style>
background-color css
<style>
a { background-color: #EAD5D8; }
a { background-color: rgb(234,213,216); }
div.DivClassName
{
background-color: #EAD5D8;
}
.BgClassName
{
background-color: #EAD5D8;
}
</style>
border-color css
<style>
span { border-color: #EAD5D8; }
span { border-color: rgb(234,213,216); }
td.TdClassName
{
border-color: #EAD5D8;
}
.TagClassName
{
border-color: #EAD5D8;
}
</style>