Shades of Classic Rose #E7C8DB
Tints of Classic Rose #E7C8DB
RGB
CMYK
RGB Variations
Color information
#E7C8DB (or 0xE7C8DB) is known color: Classic Rose. HEX triplet: E7, C8 and DB. RGB value is (231,200,219). Sum of RGB (Red+Green+Blue) = 231+200+219=650 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.54% from 650); Green value is 200 (78.52% from 255 or 30.77% from 650); Blue value is 219 (85.94% from 255 or 33.69% from 650); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C8DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C8DB is #183724. Grayscale: #D3D3D3. Windows color (decimal): -1586981 or 14403815. OLE color: 14403815.
HSL color Cylindrical-coordinate representation of color #E7C8DB: hue angle of 323.23º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E7C8DB is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 200 | 219 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.09 |
| HSL | 323.23º | 0.39% | 0.85% | - |
| HSV(B) | 323.23º | 0.13% | 0.91% | - |
| XYZ | 66.4 | 63.41 | 75.76 | - |
| YUV | 211.44 | 132.27 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 200 | 219 | 0 | 0.13 | 0.05 | 0.09 | 323.23 | 0.39 | 0.85 |
| Hex | E7 | C8 | DB | 0 | D | 5 | 9 | 143 | 27 | 55 |
| Octal | 347 | 310 | 333 | 0 | 15 | 5 | 11 | 503 | 47 | 125 |
| Binary | 11100111 | 11001000 | 11011011 | 0 | 1101 | 101 | 1001 | 101000011 | 100111 | 1010101 |
Color Harmonies of #E7C8DB
Complementary color
Monochromatic Colors of #E7C8DB
Black with #E7C8DB
Text Example
Text Example
White with #E7C8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C8DB; }
p { color: rgb(231,200,219); }
H1.HeaderClassName
{
color: #E7C8DB;
}
.AnyTagClassName
{
color: #E7C8DB;
}
</style>
background-color css
<style>
a { background-color: #E7C8DB; }
a { background-color: rgb(231,200,219); }
div.DivClassName
{
background-color: #E7C8DB;
}
.BgClassName
{
background-color: #E7C8DB;
}
</style>
border-color css
<style>
span { border-color: #E7C8DB; }
span { border-color: rgb(231,200,219); }
td.TdClassName
{
border-color: #E7C8DB;
}
.TagClassName
{
border-color: #E7C8DB;
}
</style>