Shades of Classic Rose #E8CEDE
Tints of Classic Rose #E8CEDE
RGB
CMYK
RGB Variations
Color information
#E8CEDE (or 0xE8CEDE) is known color: Classic Rose. HEX triplet: E8, CE and DE. RGB value is (232,206,222). Sum of RGB (Red+Green+Blue) = 232+206+222=660 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.15% from 660); Green value is 206 (80.86% from 255 or 31.21% from 660); Blue value is 222 (87.11% from 255 or 33.64% from 660); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CEDE is #173121. Grayscale: #D7D7D7. Windows color (decimal): -1519906 or 14601960. OLE color: 14601960.
HSL color Cylindrical-coordinate representation of color #E8CEDE: hue angle of 323.08º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E8CEDE is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 206 | 222 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.09 |
| HSL | 323.08º | 0.36% | 0.86% | - |
| HSV(B) | 323.08º | 0.11% | 0.91% | - |
| XYZ | 68.53 | 66.57 | 78.34 | - |
| YUV | 215.6 | 131.61 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 206 | 222 | 0 | 0.11 | 0.04 | 0.09 | 323.08 | 0.36 | 0.86 |
| Hex | E8 | CE | DE | 0 | B | 4 | 9 | 143 | 24 | 56 |
| Octal | 350 | 316 | 336 | 0 | 13 | 4 | 11 | 503 | 44 | 126 |
| Binary | 11101000 | 11001110 | 11011110 | 0 | 1011 | 100 | 1001 | 101000011 | 100100 | 1010110 |
Color Harmonies of #E8CEDE
Complementary color
Monochromatic Colors of #E8CEDE
Black with #E8CEDE
Text Example
Text Example
White with #E8CEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CEDE; }
p { color: rgb(232,206,222); }
H1.HeaderClassName
{
color: #E8CEDE;
}
.AnyTagClassName
{
color: #E8CEDE;
}
</style>
background-color css
<style>
a { background-color: #E8CEDE; }
a { background-color: rgb(232,206,222); }
div.DivClassName
{
background-color: #E8CEDE;
}
.BgClassName
{
background-color: #E8CEDE;
}
</style>
border-color css
<style>
span { border-color: #E8CEDE; }
span { border-color: rgb(232,206,222); }
td.TdClassName
{
border-color: #E8CEDE;
}
.TagClassName
{
border-color: #E8CEDE;
}
</style>