Shades of Classic Rose #EBCEDF
Tints of Classic Rose #EBCEDF
RGB
CMYK
RGB Variations
Color information
#EBCEDF (or 0xEBCEDF) is known color: Classic Rose. HEX triplet: EB, CE and DF. RGB value is (235,206,223). Sum of RGB (Red+Green+Blue) = 235+206+223=664 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.39% from 664); Green value is 206 (80.86% from 255 or 31.02% from 664); Blue value is 223 (87.5% from 255 or 33.58% from 664); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCEDF is #143120. Grayscale: #D8D8D8. Windows color (decimal): -1323297 or 14667499. OLE color: 14667499.
HSL color Cylindrical-coordinate representation of color #EBCEDF: hue angle of 324.83º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EBCEDF is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 206 | 223 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.08 |
| HSL | 324.83º | 0.42% | 0.86% | - |
| HSV(B) | 324.83º | 0.12% | 0.92% | - |
| XYZ | 69.65 | 67.13 | 79.1 | - |
| YUV | 216.61 | 131.61 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 206 | 223 | 0 | 0.12 | 0.05 | 0.08 | 324.83 | 0.42 | 0.86 |
| Hex | EB | CE | DF | 0 | C | 5 | 8 | 145 | 2A | 56 |
| Octal | 353 | 316 | 337 | 0 | 14 | 5 | 10 | 505 | 52 | 126 |
| Binary | 11101011 | 11001110 | 11011111 | 0 | 1100 | 101 | 1000 | 101000101 | 101010 | 1010110 |
Color Harmonies of #EBCEDF
Complementary color
Monochromatic Colors of #EBCEDF
Black with #EBCEDF
Text Example
Text Example
White with #EBCEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCEDF; }
p { color: rgb(235,206,223); }
H1.HeaderClassName
{
color: #EBCEDF;
}
.AnyTagClassName
{
color: #EBCEDF;
}
</style>
background-color css
<style>
a { background-color: #EBCEDF; }
a { background-color: rgb(235,206,223); }
div.DivClassName
{
background-color: #EBCEDF;
}
.BgClassName
{
background-color: #EBCEDF;
}
</style>
border-color css
<style>
span { border-color: #EBCEDF; }
span { border-color: rgb(235,206,223); }
td.TdClassName
{
border-color: #EBCEDF;
}
.TagClassName
{
border-color: #EBCEDF;
}
</style>