Shades of Classic Rose #E8CFDF
Tints of Classic Rose #E8CFDF
RGB
CMYK
RGB Variations
Color information
#E8CFDF (or 0xE8CFDF) is known color: Classic Rose. HEX triplet: E8, CF and DF. RGB value is (232,207,223). Sum of RGB (Red+Green+Blue) = 232+207+223=662 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.05% from 662); Green value is 207 (81.25% from 255 or 31.27% from 662); Blue value is 223 (87.5% from 255 or 33.69% from 662); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CFDF is #173020. Grayscale: #D8D8D8. Windows color (decimal): -1519649 or 14667752. OLE color: 14667752.
HSL color Cylindrical-coordinate representation of color #E8CFDF: hue angle of 321.6º degrees, saturation: 0.35, 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 #E8CFDF is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 207 | 223 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.09 |
| HSL | 321.6º | 0.35% | 0.86% | - |
| HSV(B) | 321.6º | 0.11% | 0.91% | - |
| XYZ | 68.91 | 67.11 | 79.13 | - |
| YUV | 216.3 | 131.78 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 207 | 223 | 0 | 0.11 | 0.04 | 0.09 | 321.6 | 0.35 | 0.86 |
| Hex | E8 | CF | DF | 0 | B | 4 | 9 | 142 | 23 | 56 |
| Octal | 350 | 317 | 337 | 0 | 13 | 4 | 11 | 502 | 43 | 126 |
| Binary | 11101000 | 11001111 | 11011111 | 0 | 1011 | 100 | 1001 | 101000010 | 100011 | 1010110 |
Color Harmonies of #E8CFDF
Complementary color
Monochromatic Colors of #E8CFDF
Black with #E8CFDF
Text Example
Text Example
White with #E8CFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CFDF; }
p { color: rgb(232,207,223); }
H1.HeaderClassName
{
color: #E8CFDF;
}
.AnyTagClassName
{
color: #E8CFDF;
}
</style>
background-color css
<style>
a { background-color: #E8CFDF; }
a { background-color: rgb(232,207,223); }
div.DivClassName
{
background-color: #E8CFDF;
}
.BgClassName
{
background-color: #E8CFDF;
}
</style>
border-color css
<style>
span { border-color: #E8CFDF; }
span { border-color: rgb(232,207,223); }
td.TdClassName
{
border-color: #E8CFDF;
}
.TagClassName
{
border-color: #E8CFDF;
}
</style>