Shades of Classic Rose #EACEDD
Tints of Classic Rose #EACEDD
RGB
CMYK
RGB Variations
Color information
#EACEDD (or 0xEACEDD) is known color: Classic Rose. HEX triplet: EA, CE and DD. RGB value is (234,206,221). Sum of RGB (Red+Green+Blue) = 234+206+221=661 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.40% from 661); Green value is 206 (80.86% from 255 or 31.16% from 661); Blue value is 221 (86.72% from 255 or 33.43% from 661); Max value from RGB is 234 - color contains mainly: red. Hex color #EACEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACEDD is #153122. Grayscale: #D8D8D8. Windows color (decimal): -1388835 or 14536426. OLE color: 14536426.
HSL color Cylindrical-coordinate representation of color #EACEDD: hue angle of 327.86º degrees, saturation: 0.4, 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 #EACEDD is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 206 | 221 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.08 |
| HSL | 327.86º | 0.4% | 0.86% | - |
| HSV(B) | 327.86º | 0.12% | 0.92% | - |
| XYZ | 69.05 | 66.86 | 77.67 | - |
| YUV | 216.08 | 130.78 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 221 | 0 | 0.12 | 0.06 | 0.08 | 327.86 | 0.4 | 0.86 |
| Hex | EA | CE | DD | 0 | C | 6 | 8 | 148 | 28 | 56 |
| Octal | 352 | 316 | 335 | 0 | 14 | 6 | 10 | 510 | 50 | 126 |
| Binary | 11101010 | 11001110 | 11011101 | 0 | 1100 | 110 | 1000 | 101001000 | 101000 | 1010110 |
Color Harmonies of #EACEDD
Complementary color
Monochromatic Colors of #EACEDD
Black with #EACEDD
Text Example
Text Example
White with #EACEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACEDD; }
p { color: rgb(234,206,221); }
H1.HeaderClassName
{
color: #EACEDD;
}
.AnyTagClassName
{
color: #EACEDD;
}
</style>
background-color css
<style>
a { background-color: #EACEDD; }
a { background-color: rgb(234,206,221); }
div.DivClassName
{
background-color: #EACEDD;
}
.BgClassName
{
background-color: #EACEDD;
}
</style>
border-color css
<style>
span { border-color: #EACEDD; }
span { border-color: rgb(234,206,221); }
td.TdClassName
{
border-color: #EACEDD;
}
.TagClassName
{
border-color: #EACEDD;
}
</style>