Shades of Classic Rose #EBC7DB
Tints of Classic Rose #EBC7DB
RGB
CMYK
RGB Variations
Color information
#EBC7DB (or 0xEBC7DB) is known color: Classic Rose. HEX triplet: EB, C7 and DB. RGB value is (235,199,219). Sum of RGB (Red+Green+Blue) = 235+199+219=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 199 (78.12% from 255 or 30.47% from 653); Blue value is 219 (85.94% from 255 or 33.54% from 653); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC7DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC7DB is #143824. Grayscale: #D4D4D4. Windows color (decimal): -1325093 or 14403563. OLE color: 14403563.
HSL color Cylindrical-coordinate representation of color #EBC7DB: hue angle of 326.67º 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 #EBC7DB is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 199 | 219 | - |
CMYK | 0 | 0.15 | 0.07 | 0.08 |
HSL | 326.67º | 0.47% | 0.85% | - |
HSV(B) | 326.67º | 0.15% | 0.92% | - |
XYZ | 67.47 | 63.62 | 75.74 | - |
YUV | 212.04 | 131.93 | 144.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 199 | 219 | 0 | 0.15 | 0.07 | 0.08 | 326.67 | 0.47 | 0.85 |
Hex | EB | C7 | DB | 0 | F | 7 | 8 | 147 | 2F | 55 |
Octal | 353 | 307 | 333 | 0 | 17 | 7 | 10 | 507 | 57 | 125 |
Binary | 11101011 | 11000111 | 11011011 | 0 | 1111 | 111 | 1000 | 101000111 | 101111 | 1010101 |
Color Harmonies of #EBC7DB
Complementary color
Monochromatic Colors of #EBC7DB
Black with #EBC7DB
Text Example
Text Example
White with #EBC7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC7DB; }
p { color: rgb(235,199,219); }
H1.HeaderClassName
{
color: #EBC7DB;
}
.AnyTagClassName
{
color: #EBC7DB;
}
</style>
background-color css
<style>
a { background-color: #EBC7DB; }
a { background-color: rgb(235,199,219); }
div.DivClassName
{
background-color: #EBC7DB;
}
.BgClassName
{
background-color: #EBC7DB;
}
</style>
border-color css
<style>
span { border-color: #EBC7DB; }
span { border-color: rgb(235,199,219); }
td.TdClassName
{
border-color: #EBC7DB;
}
.TagClassName
{
border-color: #EBC7DB;
}
</style>