Shades of Pale Rose #EAD9DB
Tints of Pale Rose #EAD9DB
RGB
CMYK
RGB Variations
Color information
#EAD9DB (or 0xEAD9DB) is known color: Pale Rose. HEX triplet: EA, D9 and DB. RGB value is (234,217,219). Sum of RGB (Red+Green+Blue) = 234+217+219=670 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.93% from 670); Green value is 217 (85.16% from 255 or 32.39% from 670); Blue value is 219 (85.94% from 255 or 32.69% from 670); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD9DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD9DB is #152624. Grayscale: #DEDEDE. Windows color (decimal): -1386021 or 14408170. OLE color: 14408170.
HSL color Cylindrical-coordinate representation of color #EAD9DB: hue angle of 352.94º degrees, saturation: 0.29, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EAD9DB is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 217 | 219 | - |
CMYK | 0 | 0.07 | 0.06 | 0.08 |
HSL | 352.94º | 0.29% | 0.88% | - |
HSV(B) | 352.94º | 0.07% | 0.92% | - |
XYZ | 71.53 | 72.23 | 77.19 | - |
YUV | 222.31 | 126.13 | 136.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 217 | 219 | 0 | 0.07 | 0.06 | 0.08 | 352.94 | 0.29 | 0.88 |
Hex | EA | D9 | DB | 0 | 7 | 6 | 8 | 161 | 1D | 58 |
Octal | 352 | 331 | 333 | 0 | 7 | 6 | 10 | 541 | 35 | 130 |
Binary | 11101010 | 11011001 | 11011011 | 0 | 111 | 110 | 1000 | 101100001 | 11101 | 1011000 |
Color Harmonies of #EAD9DB
Complementary color
Monochromatic Colors of #EAD9DB
Black with #EAD9DB
Text Example
Text Example
White with #EAD9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD9DB; }
p { color: rgb(234,217,219); }
H1.HeaderClassName
{
color: #EAD9DB;
}
.AnyTagClassName
{
color: #EAD9DB;
}
</style>
background-color css
<style>
a { background-color: #EAD9DB; }
a { background-color: rgb(234,217,219); }
div.DivClassName
{
background-color: #EAD9DB;
}
.BgClassName
{
background-color: #EAD9DB;
}
</style>
border-color css
<style>
span { border-color: #EAD9DB; }
span { border-color: rgb(234,217,219); }
td.TdClassName
{
border-color: #EAD9DB;
}
.TagClassName
{
border-color: #EAD9DB;
}
</style>