Shades of Pale Rose #EAD8DA
Tints of Pale Rose #EAD8DA
RGB
CMYK
RGB Variations
Color information
#EAD8DA (or 0xEAD8DA) is known color: Pale Rose. HEX triplet: EA, D8 and DA. RGB value is (234,216,218). Sum of RGB (Red+Green+Blue) = 234+216+218=668 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.03% from 668); Green value is 216 (84.77% from 255 or 32.34% from 668); Blue value is 218 (85.55% from 255 or 32.63% from 668); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD8DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD8DA is #152725. Grayscale: #DDDDDD. Windows color (decimal): -1386278 or 14342378. OLE color: 14342378.
HSL color Cylindrical-coordinate representation of color #EAD8DA: hue angle of 353.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 #EAD8DA is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 216 | 218 | - |
CMYK | 0 | 0.08 | 0.07 | 0.08 |
HSL | 353.33º | 0.3% | 0.88% | - |
HSV(B) | 353.33º | 0.08% | 0.92% | - |
XYZ | 71.14 | 71.67 | 76.41 | - |
YUV | 221.61 | 125.96 | 136.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 216 | 218 | 0 | 0.08 | 0.07 | 0.08 | 353.33 | 0.3 | 0.88 |
Hex | EA | D8 | DA | 0 | 8 | 7 | 8 | 161 | 1E | 58 |
Octal | 352 | 330 | 332 | 0 | 10 | 7 | 10 | 541 | 36 | 130 |
Binary | 11101010 | 11011000 | 11011010 | 0 | 1000 | 111 | 1000 | 101100001 | 11110 | 1011000 |
Color Harmonies of #EAD8DA
Complementary color
Monochromatic Colors of #EAD8DA
Black with #EAD8DA
Text Example
Text Example
White with #EAD8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD8DA; }
p { color: rgb(234,216,218); }
H1.HeaderClassName
{
color: #EAD8DA;
}
.AnyTagClassName
{
color: #EAD8DA;
}
</style>
background-color css
<style>
a { background-color: #EAD8DA; }
a { background-color: rgb(234,216,218); }
div.DivClassName
{
background-color: #EAD8DA;
}
.BgClassName
{
background-color: #EAD8DA;
}
</style>
border-color css
<style>
span { border-color: #EAD8DA; }
span { border-color: rgb(234,216,218); }
td.TdClassName
{
border-color: #EAD8DA;
}
.TagClassName
{
border-color: #EAD8DA;
}
</style>