Shades of Pale Rose #EAD5DA
Tints of Pale Rose #EAD5DA
RGB
CMYK
RGB Variations
Color information
#EAD5DA (or 0xEAD5DA) is known color: Pale Rose. HEX triplet: EA, D5 and DA. RGB value is (234,213,218). Sum of RGB (Red+Green+Blue) = 234+213+218=665 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.19% from 665); Green value is 213 (83.59% from 255 or 32.03% from 665); Blue value is 218 (85.55% from 255 or 32.78% from 665); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD5DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD5DA is #152A25. Grayscale: #DBDBDB. Windows color (decimal): -1387046 or 14341610. OLE color: 14341610.
HSL color Cylindrical-coordinate representation of color #EAD5DA: hue angle of 345.71º 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 #EAD5DA is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 213 | 218 | - |
CMYK | 0 | 0.09 | 0.07 | 0.08 |
HSL | 345.71º | 0.33% | 0.88% | - |
HSV(B) | 345.71º | 0.09% | 0.92% | - |
XYZ | 70.38 | 70.14 | 76.16 | - |
YUV | 219.85 | 126.96 | 138.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 213 | 218 | 0 | 0.09 | 0.07 | 0.08 | 345.71 | 0.33 | 0.88 |
Hex | EA | D5 | DA | 0 | 9 | 7 | 8 | 15A | 21 | 58 |
Octal | 352 | 325 | 332 | 0 | 11 | 7 | 10 | 532 | 41 | 130 |
Binary | 11101010 | 11010101 | 11011010 | 0 | 1001 | 111 | 1000 | 101011010 | 100001 | 1011000 |
Color Harmonies of #EAD5DA
Complementary color
Monochromatic Colors of #EAD5DA
Black with #EAD5DA
Text Example
Text Example
White with #EAD5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD5DA; }
p { color: rgb(234,213,218); }
H1.HeaderClassName
{
color: #EAD5DA;
}
.AnyTagClassName
{
color: #EAD5DA;
}
</style>
background-color css
<style>
a { background-color: #EAD5DA; }
a { background-color: rgb(234,213,218); }
div.DivClassName
{
background-color: #EAD5DA;
}
.BgClassName
{
background-color: #EAD5DA;
}
</style>
border-color css
<style>
span { border-color: #EAD5DA; }
span { border-color: rgb(234,213,218); }
td.TdClassName
{
border-color: #EAD5DA;
}
.TagClassName
{
border-color: #EAD5DA;
}
</style>