Shades of Classic Rose #E8CFDE
Tints of Classic Rose #E8CFDE
RGB
CMYK
RGB Variations
Color information
#E8CFDE (or 0xE8CFDE) is known color: Classic Rose. HEX triplet: E8, CF and DE. RGB value is (232,207,222). Sum of RGB (Red+Green+Blue) = 232+207+222=661 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.10% from 661); Green value is 207 (81.25% from 255 or 31.32% from 661); Blue value is 222 (87.11% from 255 or 33.59% from 661); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CFDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CFDE is #173021. Grayscale: #D8D8D8. Windows color (decimal): -1519650 or 14602216. OLE color: 14602216.
HSL color Cylindrical-coordinate representation of color #E8CFDE: hue angle of 324º 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 #E8CFDE is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 207 | 222 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.09 |
| HSL | 324º | 0.35% | 0.86% | - |
| HSV(B) | 324º | 0.11% | 0.91% | - |
| XYZ | 68.78 | 67.06 | 78.43 | - |
| YUV | 216.19 | 131.28 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 207 | 222 | 0 | 0.11 | 0.04 | 0.09 | 324 | 0.35 | 0.86 |
| Hex | E8 | CF | DE | 0 | B | 4 | 9 | 144 | 23 | 56 |
| Octal | 350 | 317 | 336 | 0 | 13 | 4 | 11 | 504 | 43 | 126 |
| Binary | 11101000 | 11001111 | 11011110 | 0 | 1011 | 100 | 1001 | 101000100 | 100011 | 1010110 |
Color Harmonies of #E8CFDE
Complementary color
Monochromatic Colors of #E8CFDE
Black with #E8CFDE
Text Example
Text Example
White with #E8CFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CFDE; }
p { color: rgb(232,207,222); }
H1.HeaderClassName
{
color: #E8CFDE;
}
.AnyTagClassName
{
color: #E8CFDE;
}
</style>
background-color css
<style>
a { background-color: #E8CFDE; }
a { background-color: rgb(232,207,222); }
div.DivClassName
{
background-color: #E8CFDE;
}
.BgClassName
{
background-color: #E8CFDE;
}
</style>
border-color css
<style>
span { border-color: #E8CFDE; }
span { border-color: rgb(232,207,222); }
td.TdClassName
{
border-color: #E8CFDE;
}
.TagClassName
{
border-color: #E8CFDE;
}
</style>