Shades of Pale Rose #EAD7D8
Tints of Pale Rose #EAD7D8
RGB
CMYK
RGB Variations
Color information
#EAD7D8 (or 0xEAD7D8) is known color: Pale Rose. HEX triplet: EA, D7 and D8. RGB value is (234,215,216). Sum of RGB (Red+Green+Blue) = 234+215+216=665 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.19% from 665); Green value is 215 (84.38% from 255 or 32.33% from 665); Blue value is 216 (84.77% from 255 or 32.48% from 665); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD7D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD7D8 is #152827. Grayscale: #DCDCDC. Windows color (decimal): -1386536 or 14211050. OLE color: 14211050.
HSL color Cylindrical-coordinate representation of color #EAD7D8: hue angle of 356.84º degrees, saturation: 0.31, 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 #EAD7D8 is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 215 | 216 | - |
CMYK | 0 | 0.08 | 0.08 | 0.08 |
HSL | 356.84º | 0.31% | 0.88% | - |
HSV(B) | 356.84º | 0.08% | 0.92% | - |
XYZ | 70.63 | 71.05 | 74.96 | - |
YUV | 220.8 | 125.29 | 137.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 215 | 216 | 0 | 0.08 | 0.08 | 0.08 | 356.84 | 0.31 | 0.88 |
Hex | EA | D7 | D8 | 0 | 8 | 8 | 8 | 165 | 1F | 58 |
Octal | 352 | 327 | 330 | 0 | 10 | 10 | 10 | 545 | 37 | 130 |
Binary | 11101010 | 11010111 | 11011000 | 0 | 1000 | 1000 | 1000 | 101100101 | 11111 | 1011000 |
Color Harmonies of #EAD7D8
Complementary color
Monochromatic Colors of #EAD7D8
Black with #EAD7D8
Text Example
Text Example
White with #EAD7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD7D8; }
p { color: rgb(234,215,216); }
H1.HeaderClassName
{
color: #EAD7D8;
}
.AnyTagClassName
{
color: #EAD7D8;
}
</style>
background-color css
<style>
a { background-color: #EAD7D8; }
a { background-color: rgb(234,215,216); }
div.DivClassName
{
background-color: #EAD7D8;
}
.BgClassName
{
background-color: #EAD7D8;
}
</style>
border-color css
<style>
span { border-color: #EAD7D8; }
span { border-color: rgb(234,215,216); }
td.TdClassName
{
border-color: #EAD7D8;
}
.TagClassName
{
border-color: #EAD7D8;
}
</style>