Shades of Classic Rose #EACCDD
Tints of Classic Rose #EACCDD
RGB
CMYK
RGB Variations
Color information
#EACCDD (or 0xEACCDD) is known color: Classic Rose. HEX triplet: EA, CC and DD. RGB value is (234,204,221). Sum of RGB (Red+Green+Blue) = 234+204+221=659 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.51% from 659); Green value is 204 (80.08% from 255 or 30.96% from 659); Blue value is 221 (86.72% from 255 or 33.54% from 659); Max value from RGB is 234 - color contains mainly: red. Hex color #EACCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACCDD is #153322. Grayscale: #D6D6D6. Windows color (decimal): -1389347 or 14535914. OLE color: 14535914.
HSL color Cylindrical-coordinate representation of color #EACCDD: hue angle of 326º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EACCDD is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 221 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.08 |
| HSL | 326º | 0.42% | 0.86% | - |
| HSV(B) | 326º | 0.13% | 0.92% | - |
| XYZ | 68.58 | 65.9 | 77.51 | - |
| YUV | 214.91 | 131.44 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 221 | 0 | 0.13 | 0.06 | 0.08 | 326 | 0.42 | 0.86 |
| Hex | EA | CC | DD | 0 | D | 6 | 8 | 146 | 2A | 56 |
| Octal | 352 | 314 | 335 | 0 | 15 | 6 | 10 | 506 | 52 | 126 |
| Binary | 11101010 | 11001100 | 11011101 | 0 | 1101 | 110 | 1000 | 101000110 | 101010 | 1010110 |
Color Harmonies of #EACCDD
Complementary color
Monochromatic Colors of #EACCDD
Black with #EACCDD
Text Example
Text Example
White with #EACCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACCDD; }
p { color: rgb(234,204,221); }
H1.HeaderClassName
{
color: #EACCDD;
}
.AnyTagClassName
{
color: #EACCDD;
}
</style>
background-color css
<style>
a { background-color: #EACCDD; }
a { background-color: rgb(234,204,221); }
div.DivClassName
{
background-color: #EACCDD;
}
.BgClassName
{
background-color: #EACCDD;
}
</style>
border-color css
<style>
span { border-color: #EACCDD; }
span { border-color: rgb(234,204,221); }
td.TdClassName
{
border-color: #EACCDD;
}
.TagClassName
{
border-color: #EACCDD;
}
</style>