Shades of Classic Rose #EBC6DA
Tints of Classic Rose #EBC6DA
RGB
CMYK
RGB Variations
Color information
#EBC6DA (or 0xEBC6DA) is known color: Classic Rose. HEX triplet: EB, C6 and DA. RGB value is (235,198,218). Sum of RGB (Red+Green+Blue) = 235+198+218=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 198 (77.73% from 255 or 30.41% from 651); Blue value is 218 (85.55% from 255 or 33.49% from 651); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC6DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC6DA is #143925. Grayscale: #D3D3D3. Windows color (decimal): -1325350 or 14337771. OLE color: 14337771.
HSL color Cylindrical-coordinate representation of color #EBC6DA: hue angle of 327.57º 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 #EBC6DA is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 198 | 218 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.08 |
| HSL | 327.57º | 0.48% | 0.85% | - |
| HSV(B) | 327.57º | 0.16% | 0.92% | - |
| XYZ | 67.11 | 63.11 | 74.97 | - |
| YUV | 211.34 | 131.76 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 198 | 218 | 0 | 0.16 | 0.07 | 0.08 | 327.57 | 0.48 | 0.85 |
| Hex | EB | C6 | DA | 0 | 10 | 7 | 8 | 148 | 30 | 55 |
| Octal | 353 | 306 | 332 | 0 | 20 | 7 | 10 | 510 | 60 | 125 |
| Binary | 11101011 | 11000110 | 11011010 | 0 | 10000 | 111 | 1000 | 101001000 | 110000 | 1010101 |
Color Harmonies of #EBC6DA
Complementary color
Monochromatic Colors of #EBC6DA
Black with #EBC6DA
Text Example
Text Example
White with #EBC6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC6DA; }
p { color: rgb(235,198,218); }
H1.HeaderClassName
{
color: #EBC6DA;
}
.AnyTagClassName
{
color: #EBC6DA;
}
</style>
background-color css
<style>
a { background-color: #EBC6DA; }
a { background-color: rgb(235,198,218); }
div.DivClassName
{
background-color: #EBC6DA;
}
.BgClassName
{
background-color: #EBC6DA;
}
</style>
border-color css
<style>
span { border-color: #EBC6DA; }
span { border-color: rgb(235,198,218); }
td.TdClassName
{
border-color: #EBC6DA;
}
.TagClassName
{
border-color: #EBC6DA;
}
</style>