Shades of Classic Rose #EABDD8
Tints of Classic Rose #EABDD8
RGB
CMYK
RGB Variations
Color information
#EABDD8 (or 0xEABDD8) is known color: Classic Rose. HEX triplet: EA, BD and D8. RGB value is (234,189,216). Sum of RGB (Red+Green+Blue) = 234+189+216=639 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.62% from 639); Green value is 189 (74.22% from 255 or 29.58% from 639); Blue value is 216 (84.77% from 255 or 33.80% from 639); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABDD8 is #154227. Grayscale: #CDCDCD. Windows color (decimal): -1393192 or 14204394. OLE color: 14204394.
HSL color Cylindrical-coordinate representation of color #EABDD8: hue angle of 324º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EABDD8 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 189 | 216 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.08 |
| HSL | 324º | 0.52% | 0.83% | - |
| HSV(B) | 324º | 0.19% | 0.92% | - |
| XYZ | 64.52 | 58.85 | 72.92 | - |
| YUV | 205.53 | 133.91 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 189 | 216 | 0 | 0.19 | 0.08 | 0.08 | 324 | 0.52 | 0.83 |
| Hex | EA | BD | D8 | 0 | 13 | 8 | 8 | 144 | 34 | 53 |
| Octal | 352 | 275 | 330 | 0 | 23 | 10 | 10 | 504 | 64 | 123 |
| Binary | 11101010 | 10111101 | 11011000 | 0 | 10011 | 1000 | 1000 | 101000100 | 110100 | 1010011 |
Color Harmonies of #EABDD8
Complementary color
Monochromatic Colors of #EABDD8
Black with #EABDD8
Text Example
Text Example
White with #EABDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABDD8; }
p { color: rgb(234,189,216); }
H1.HeaderClassName
{
color: #EABDD8;
}
.AnyTagClassName
{
color: #EABDD8;
}
</style>
background-color css
<style>
a { background-color: #EABDD8; }
a { background-color: rgb(234,189,216); }
div.DivClassName
{
background-color: #EABDD8;
}
.BgClassName
{
background-color: #EABDD8;
}
</style>
border-color css
<style>
span { border-color: #EABDD8; }
span { border-color: rgb(234,189,216); }
td.TdClassName
{
border-color: #EABDD8;
}
.TagClassName
{
border-color: #EABDD8;
}
</style>