Shades of Classic Rose #E8C3DB
Tints of Classic Rose #E8C3DB
RGB
CMYK
RGB Variations
Color information
#E8C3DB (or 0xE8C3DB) is known color: Classic Rose. HEX triplet: E8, C3 and DB. RGB value is (232,195,219). Sum of RGB (Red+Green+Blue) = 232+195+219=646 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.91% from 646); Green value is 195 (76.56% from 255 or 30.19% from 646); Blue value is 219 (85.94% from 255 or 33.90% from 646); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C3DB is #173C24. Grayscale: #D0D0D0. Windows color (decimal): -1522725 or 14402536. OLE color: 14402536.
HSL color Cylindrical-coordinate representation of color #E8C3DB: hue angle of 321.08º degrees, saturation: 0.45, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E8C3DB is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 195 | 219 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.09 |
| HSL | 321.08º | 0.45% | 0.84% | - |
| HSV(B) | 321.08º | 0.16% | 0.91% | - |
| XYZ | 65.58 | 61.3 | 75.39 | - |
| YUV | 208.8 | 133.76 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 195 | 219 | 0 | 0.16 | 0.06 | 0.09 | 321.08 | 0.45 | 0.84 |
| Hex | E8 | C3 | DB | 0 | 10 | 6 | 9 | 141 | 2D | 54 |
| Octal | 350 | 303 | 333 | 0 | 20 | 6 | 11 | 501 | 55 | 124 |
| Binary | 11101000 | 11000011 | 11011011 | 0 | 10000 | 110 | 1001 | 101000001 | 101101 | 1010100 |
Color Harmonies of #E8C3DB
Complementary color
Monochromatic Colors of #E8C3DB
Black with #E8C3DB
Text Example
Text Example
White with #E8C3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C3DB; }
p { color: rgb(232,195,219); }
H1.HeaderClassName
{
color: #E8C3DB;
}
.AnyTagClassName
{
color: #E8C3DB;
}
</style>
background-color css
<style>
a { background-color: #E8C3DB; }
a { background-color: rgb(232,195,219); }
div.DivClassName
{
background-color: #E8C3DB;
}
.BgClassName
{
background-color: #E8C3DB;
}
</style>
border-color css
<style>
span { border-color: #E8C3DB; }
span { border-color: rgb(232,195,219); }
td.TdClassName
{
border-color: #E8C3DB;
}
.TagClassName
{
border-color: #E8C3DB;
}
</style>