Shades of Classic Rose #EACDDD
Tints of Classic Rose #EACDDD
RGB
CMYK
RGB Variations
Color information
#EACDDD (or 0xEACDDD) is known color: Classic Rose. HEX triplet: EA, CD and DD. RGB value is (234,205,221). Sum of RGB (Red+Green+Blue) = 234+205+221=660 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.45% from 660); Green value is 205 (80.47% from 255 or 31.06% from 660); Blue value is 221 (86.72% from 255 or 33.48% from 660); Max value from RGB is 234 - color contains mainly: red. Hex color #EACDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACDDD is #153222. Grayscale: #D7D7D7. Windows color (decimal): -1389091 or 14536170. OLE color: 14536170.
HSL color Cylindrical-coordinate representation of color #EACDDD: hue angle of 326.9º degrees, saturation: 0.41, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EACDDD is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 205 | 221 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.08 |
| HSL | 326.9º | 0.41% | 0.86% | - |
| HSV(B) | 326.9º | 0.12% | 0.92% | - |
| XYZ | 68.81 | 66.38 | 77.59 | - |
| YUV | 215.5 | 131.11 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 205 | 221 | 0 | 0.12 | 0.06 | 0.08 | 326.9 | 0.41 | 0.86 |
| Hex | EA | CD | DD | 0 | C | 6 | 8 | 147 | 29 | 56 |
| Octal | 352 | 315 | 335 | 0 | 14 | 6 | 10 | 507 | 51 | 126 |
| Binary | 11101010 | 11001101 | 11011101 | 0 | 1100 | 110 | 1000 | 101000111 | 101001 | 1010110 |
Color Harmonies of #EACDDD
Complementary color
Monochromatic Colors of #EACDDD
Black with #EACDDD
Text Example
Text Example
White with #EACDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACDDD; }
p { color: rgb(234,205,221); }
H1.HeaderClassName
{
color: #EACDDD;
}
.AnyTagClassName
{
color: #EACDDD;
}
</style>
background-color css
<style>
a { background-color: #EACDDD; }
a { background-color: rgb(234,205,221); }
div.DivClassName
{
background-color: #EACDDD;
}
.BgClassName
{
background-color: #EACDDD;
}
</style>
border-color css
<style>
span { border-color: #EACDDD; }
span { border-color: rgb(234,205,221); }
td.TdClassName
{
border-color: #EACDDD;
}
.TagClassName
{
border-color: #EACDDD;
}
</style>