Shades of Classic Rose #EACEDF
Tints of Classic Rose #EACEDF
RGB
CMYK
RGB Variations
Color information
#EACEDF (or 0xEACEDF) is known color: Classic Rose. HEX triplet: EA, CE and DF. RGB value is (234,206,223). Sum of RGB (Red+Green+Blue) = 234+206+223=663 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.29% from 663); Green value is 206 (80.86% from 255 or 31.07% from 663); Blue value is 223 (87.5% from 255 or 33.63% from 663); Max value from RGB is 234 - color contains mainly: red. Hex color #EACEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACEDF is #153120. Grayscale: #D8D8D8. Windows color (decimal): -1388833 or 14667498. OLE color: 14667498.
HSL color Cylindrical-coordinate representation of color #EACEDF: hue angle of 323.57º 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 #EACEDF is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 206 | 223 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.08 |
| HSL | 323.57º | 0.4% | 0.86% | - |
| HSV(B) | 323.57º | 0.12% | 0.92% | - |
| XYZ | 69.32 | 66.96 | 79.08 | - |
| YUV | 216.31 | 131.78 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 223 | 0 | 0.12 | 0.05 | 0.08 | 323.57 | 0.4 | 0.86 |
| Hex | EA | CE | DF | 0 | C | 5 | 8 | 144 | 28 | 56 |
| Octal | 352 | 316 | 337 | 0 | 14 | 5 | 10 | 504 | 50 | 126 |
| Binary | 11101010 | 11001110 | 11011111 | 0 | 1100 | 101 | 1000 | 101000100 | 101000 | 1010110 |
Color Harmonies of #EACEDF
Complementary color
Monochromatic Colors of #EACEDF
Black with #EACEDF
Text Example
Text Example
White with #EACEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACEDF; }
p { color: rgb(234,206,223); }
H1.HeaderClassName
{
color: #EACEDF;
}
.AnyTagClassName
{
color: #EACEDF;
}
</style>
background-color css
<style>
a { background-color: #EACEDF; }
a { background-color: rgb(234,206,223); }
div.DivClassName
{
background-color: #EACEDF;
}
.BgClassName
{
background-color: #EACEDF;
}
</style>
border-color css
<style>
span { border-color: #EACEDF; }
span { border-color: rgb(234,206,223); }
td.TdClassName
{
border-color: #EACEDF;
}
.TagClassName
{
border-color: #EACEDF;
}
</style>