Shades of Classic Rose #EBC6DF
Tints of Classic Rose #EBC6DF
RGB
CMYK
RGB Variations
Color information
#EBC6DF (or 0xEBC6DF) is known color: Classic Rose. HEX triplet: EB, C6 and DF. RGB value is (235,198,223). Sum of RGB (Red+Green+Blue) = 235+198+223=656 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.82% from 656); Green value is 198 (77.73% from 255 or 30.18% from 656); Blue value is 223 (87.5% from 255 or 33.99% from 656); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC6DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC6DF is #143920. Grayscale: #D3D3D3. Windows color (decimal): -1325345 or 14665451. OLE color: 14665451.
HSL color Cylindrical-coordinate representation of color #EBC6DF: hue angle of 319.46º degrees, saturation: 0.48, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EBC6DF is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 198 | 223 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.08 |
| HSL | 319.46º | 0.48% | 0.85% | - |
| HSV(B) | 319.46º | 0.16% | 0.92% | - |
| XYZ | 67.77 | 63.38 | 78.47 | - |
| YUV | 211.91 | 134.26 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 198 | 223 | 0 | 0.16 | 0.05 | 0.08 | 319.46 | 0.48 | 0.85 |
| Hex | EB | C6 | DF | 0 | 10 | 5 | 8 | 13F | 30 | 55 |
| Octal | 353 | 306 | 337 | 0 | 20 | 5 | 10 | 477 | 60 | 125 |
| Binary | 11101011 | 11000110 | 11011111 | 0 | 10000 | 101 | 1000 | 100111111 | 110000 | 1010101 |
Color Harmonies of #EBC6DF
Complementary color
Monochromatic Colors of #EBC6DF
Black with #EBC6DF
Text Example
Text Example
White with #EBC6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC6DF; }
p { color: rgb(235,198,223); }
H1.HeaderClassName
{
color: #EBC6DF;
}
.AnyTagClassName
{
color: #EBC6DF;
}
</style>
background-color css
<style>
a { background-color: #EBC6DF; }
a { background-color: rgb(235,198,223); }
div.DivClassName
{
background-color: #EBC6DF;
}
.BgClassName
{
background-color: #EBC6DF;
}
</style>
border-color css
<style>
span { border-color: #EBC6DF; }
span { border-color: rgb(235,198,223); }
td.TdClassName
{
border-color: #EBC6DF;
}
.TagClassName
{
border-color: #EBC6DF;
}
</style>