Shades of Classic Rose #EBC8DB
Tints of Classic Rose #EBC8DB
RGB
CMYK
RGB Variations
Color information
#EBC8DB (or 0xEBC8DB) is known color: Classic Rose. HEX triplet: EB, C8 and DB. RGB value is (235,200,219). Sum of RGB (Red+Green+Blue) = 235+200+219=654 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.93% from 654); Green value is 200 (78.52% from 255 or 30.58% from 654); Blue value is 219 (85.94% from 255 or 33.49% from 654); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC8DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC8DB is #143724. Grayscale: #D4D4D4. Windows color (decimal): -1324837 or 14403819. OLE color: 14403819.
HSL color Cylindrical-coordinate representation of color #EBC8DB: hue angle of 327.43º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EBC8DB is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 200 | 219 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.08 |
| HSL | 327.43º | 0.47% | 0.85% | - |
| HSV(B) | 327.43º | 0.15% | 0.92% | - |
| XYZ | 67.7 | 64.09 | 75.82 | - |
| YUV | 212.63 | 131.6 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 200 | 219 | 0 | 0.15 | 0.07 | 0.08 | 327.43 | 0.47 | 0.85 |
| Hex | EB | C8 | DB | 0 | F | 7 | 8 | 147 | 2F | 55 |
| Octal | 353 | 310 | 333 | 0 | 17 | 7 | 10 | 507 | 57 | 125 |
| Binary | 11101011 | 11001000 | 11011011 | 0 | 1111 | 111 | 1000 | 101000111 | 101111 | 1010101 |
Color Harmonies of #EBC8DB
Complementary color
Monochromatic Colors of #EBC8DB
Black with #EBC8DB
Text Example
Text Example
White with #EBC8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC8DB; }
p { color: rgb(235,200,219); }
H1.HeaderClassName
{
color: #EBC8DB;
}
.AnyTagClassName
{
color: #EBC8DB;
}
</style>
background-color css
<style>
a { background-color: #EBC8DB; }
a { background-color: rgb(235,200,219); }
div.DivClassName
{
background-color: #EBC8DB;
}
.BgClassName
{
background-color: #EBC8DB;
}
</style>
border-color css
<style>
span { border-color: #EBC8DB; }
span { border-color: rgb(235,200,219); }
td.TdClassName
{
border-color: #EBC8DB;
}
.TagClassName
{
border-color: #EBC8DB;
}
</style>