Shades of Pale Rose #EAD7DA
Tints of Pale Rose #EAD7DA
RGB
CMYK
RGB Variations
Color information
#EAD7DA (or 0xEAD7DA) is known color: Pale Rose. HEX triplet: EA, D7 and DA. RGB value is (234,215,218). Sum of RGB (Red+Green+Blue) = 234+215+218=667 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.08% from 667); Green value is 215 (84.38% from 255 or 32.23% from 667); Blue value is 218 (85.55% from 255 or 32.68% from 667); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD7DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD7DA is #152825. Grayscale: #DDDDDD. Windows color (decimal): -1386534 or 14342122. OLE color: 14342122.
HSL color Cylindrical-coordinate representation of color #EAD7DA: hue angle of 350.53º 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 #EAD7DA is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 215 | 218 | - |
CMYK | 0 | 0.08 | 0.07 | 0.08 |
HSL | 350.53º | 0.31% | 0.88% | - |
HSV(B) | 350.53º | 0.08% | 0.92% | - |
XYZ | 70.89 | 71.16 | 76.33 | - |
YUV | 221.02 | 126.29 | 137.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 215 | 218 | 0 | 0.08 | 0.07 | 0.08 | 350.53 | 0.31 | 0.88 |
Hex | EA | D7 | DA | 0 | 8 | 7 | 8 | 15F | 1F | 58 |
Octal | 352 | 327 | 332 | 0 | 10 | 7 | 10 | 537 | 37 | 130 |
Binary | 11101010 | 11010111 | 11011010 | 0 | 1000 | 111 | 1000 | 101011111 | 11111 | 1011000 |
Color Harmonies of #EAD7DA
Complementary color
Monochromatic Colors of #EAD7DA
Black with #EAD7DA
Text Example
Text Example
White with #EAD7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD7DA; }
p { color: rgb(234,215,218); }
H1.HeaderClassName
{
color: #EAD7DA;
}
.AnyTagClassName
{
color: #EAD7DA;
}
</style>
background-color css
<style>
a { background-color: #EAD7DA; }
a { background-color: rgb(234,215,218); }
div.DivClassName
{
background-color: #EAD7DA;
}
.BgClassName
{
background-color: #EAD7DA;
}
</style>
border-color css
<style>
span { border-color: #EAD7DA; }
span { border-color: rgb(234,215,218); }
td.TdClassName
{
border-color: #EAD7DA;
}
.TagClassName
{
border-color: #EAD7DA;
}
</style>