Shades of Classic Rose #EBC8DF
Tints of Classic Rose #EBC8DF
RGB
CMYK
RGB Variations
Color information
#EBC8DF (or 0xEBC8DF) is known color: Classic Rose. HEX triplet: EB, C8 and DF. RGB value is (235,200,223). Sum of RGB (Red+Green+Blue) = 235+200+223=658 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.71% from 658); Green value is 200 (78.52% from 255 or 30.40% from 658); Blue value is 223 (87.5% from 255 or 33.89% from 658); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC8DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC8DF is #143720. Grayscale: #D5D5D5. Windows color (decimal): -1324833 or 14665963. OLE color: 14665963.
HSL color Cylindrical-coordinate representation of color #EBC8DF: hue angle of 320.57º 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 #EBC8DF is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 200 | 223 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.08 |
| HSL | 320.57º | 0.47% | 0.85% | - |
| HSV(B) | 320.57º | 0.15% | 0.92% | - |
| XYZ | 68.23 | 64.3 | 78.63 | - |
| YUV | 213.09 | 133.6 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 200 | 223 | 0 | 0.15 | 0.05 | 0.08 | 320.57 | 0.47 | 0.85 |
| Hex | EB | C8 | DF | 0 | F | 5 | 8 | 141 | 2F | 55 |
| Octal | 353 | 310 | 337 | 0 | 17 | 5 | 10 | 501 | 57 | 125 |
| Binary | 11101011 | 11001000 | 11011111 | 0 | 1111 | 101 | 1000 | 101000001 | 101111 | 1010101 |
Color Harmonies of #EBC8DF
Complementary color
Monochromatic Colors of #EBC8DF
Black with #EBC8DF
Text Example
Text Example
White with #EBC8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC8DF; }
p { color: rgb(235,200,223); }
H1.HeaderClassName
{
color: #EBC8DF;
}
.AnyTagClassName
{
color: #EBC8DF;
}
</style>
background-color css
<style>
a { background-color: #EBC8DF; }
a { background-color: rgb(235,200,223); }
div.DivClassName
{
background-color: #EBC8DF;
}
.BgClassName
{
background-color: #EBC8DF;
}
</style>
border-color css
<style>
span { border-color: #EBC8DF; }
span { border-color: rgb(235,200,223); }
td.TdClassName
{
border-color: #EBC8DF;
}
.TagClassName
{
border-color: #EBC8DF;
}
</style>