Shades of Classic Rose #EBCBDF
Tints of Classic Rose #EBCBDF
RGB
CMYK
RGB Variations
Color information
#EBCBDF (or 0xEBCBDF) is known color: Classic Rose. HEX triplet: EB, CB and DF. RGB value is (235,203,223). Sum of RGB (Red+Green+Blue) = 235+203+223=661 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.55% from 661); Green value is 203 (79.69% from 255 or 30.71% from 661); Blue value is 223 (87.5% from 255 or 33.74% from 661); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCBDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCBDF is #143420. Grayscale: #D6D6D6. Windows color (decimal): -1324065 or 14666731. OLE color: 14666731.
HSL color Cylindrical-coordinate representation of color #EBCBDF: hue angle of 322.5º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EBCBDF is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 203 | 223 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.08 |
| HSL | 322.5º | 0.44% | 0.86% | - |
| HSV(B) | 322.5º | 0.14% | 0.92% | - |
| XYZ | 68.94 | 65.7 | 78.86 | - |
| YUV | 214.85 | 132.6 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 203 | 223 | 0 | 0.14 | 0.05 | 0.08 | 322.5 | 0.44 | 0.86 |
| Hex | EB | CB | DF | 0 | E | 5 | 8 | 142 | 2C | 56 |
| Octal | 353 | 313 | 337 | 0 | 16 | 5 | 10 | 502 | 54 | 126 |
| Binary | 11101011 | 11001011 | 11011111 | 0 | 1110 | 101 | 1000 | 101000010 | 101100 | 1010110 |
Color Harmonies of #EBCBDF
Complementary color
Monochromatic Colors of #EBCBDF
Black with #EBCBDF
Text Example
Text Example
White with #EBCBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCBDF; }
p { color: rgb(235,203,223); }
H1.HeaderClassName
{
color: #EBCBDF;
}
.AnyTagClassName
{
color: #EBCBDF;
}
</style>
background-color css
<style>
a { background-color: #EBCBDF; }
a { background-color: rgb(235,203,223); }
div.DivClassName
{
background-color: #EBCBDF;
}
.BgClassName
{
background-color: #EBCBDF;
}
</style>
border-color css
<style>
span { border-color: #EBCBDF; }
span { border-color: rgb(235,203,223); }
td.TdClassName
{
border-color: #EBCBDF;
}
.TagClassName
{
border-color: #EBCBDF;
}
</style>