Shades of Classic Rose #EBC4DF
Tints of Classic Rose #EBC4DF
RGB
CMYK
RGB Variations
Color information
#EBC4DF (or 0xEBC4DF) is known color: Classic Rose. HEX triplet: EB, C4 and DF. RGB value is (235,196,223). Sum of RGB (Red+Green+Blue) = 235+196+223=654 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.93% from 654); Green value is 196 (76.95% from 255 or 29.97% from 654); Blue value is 223 (87.5% from 255 or 34.10% from 654); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC4DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC4DF is #143B20. Grayscale: #D2D2D2. Windows color (decimal): -1325857 or 14664939. OLE color: 14664939.
HSL color Cylindrical-coordinate representation of color #EBC4DF: hue angle of 318.46º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBC4DF is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 196 | 223 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.08 |
| HSL | 318.46º | 0.49% | 0.85% | - |
| HSV(B) | 318.46º | 0.17% | 0.92% | - |
| XYZ | 67.32 | 62.47 | 78.32 | - |
| YUV | 210.74 | 134.92 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 196 | 223 | 0 | 0.17 | 0.05 | 0.08 | 318.46 | 0.49 | 0.85 |
| Hex | EB | C4 | DF | 0 | 11 | 5 | 8 | 13E | 31 | 55 |
| Octal | 353 | 304 | 337 | 0 | 21 | 5 | 10 | 476 | 61 | 125 |
| Binary | 11101011 | 11000100 | 11011111 | 0 | 10001 | 101 | 1000 | 100111110 | 110001 | 1010101 |
Color Harmonies of #EBC4DF
Complementary color
Monochromatic Colors of #EBC4DF
Black with #EBC4DF
Text Example
Text Example
White with #EBC4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC4DF; }
p { color: rgb(235,196,223); }
H1.HeaderClassName
{
color: #EBC4DF;
}
.AnyTagClassName
{
color: #EBC4DF;
}
</style>
background-color css
<style>
a { background-color: #EBC4DF; }
a { background-color: rgb(235,196,223); }
div.DivClassName
{
background-color: #EBC4DF;
}
.BgClassName
{
background-color: #EBC4DF;
}
</style>
border-color css
<style>
span { border-color: #EBC4DF; }
span { border-color: rgb(235,196,223); }
td.TdClassName
{
border-color: #EBC4DF;
}
.TagClassName
{
border-color: #EBC4DF;
}
</style>