Shades of Classic Rose #EBBCDA
Tints of Classic Rose #EBBCDA
RGB
CMYK
RGB Variations
Color information
#EBBCDA (or 0xEBBCDA) is known color: Classic Rose. HEX triplet: EB, BC and DA. RGB value is (235,188,218). Sum of RGB (Red+Green+Blue) = 235+188+218=641 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.66% from 641); Green value is 188 (73.83% from 255 or 29.33% from 641); Blue value is 218 (85.55% from 255 or 34.01% from 641); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBCDA is #144325. Grayscale: #CDCDCD. Windows color (decimal): -1327910 or 14335211. OLE color: 14335211.
HSL color Cylindrical-coordinate representation of color #EBBCDA: hue angle of 321.7º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBBCDA is Cyan = 0, Magento = 0.2, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 188 | 218 | - |
| CMYK | 0 | 0.2 | 0.07 | 0.08 |
| HSL | 321.7º | 0.54% | 0.83% | - |
| HSV(B) | 321.7º | 0.2% | 0.92% | - |
| XYZ | 64.9 | 58.69 | 74.24 | - |
| YUV | 205.47 | 135.07 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 188 | 218 | 0 | 0.2 | 0.07 | 0.08 | 321.7 | 0.54 | 0.83 |
| Hex | EB | BC | DA | 0 | 14 | 7 | 8 | 142 | 36 | 53 |
| Octal | 353 | 274 | 332 | 0 | 24 | 7 | 10 | 502 | 66 | 123 |
| Binary | 11101011 | 10111100 | 11011010 | 0 | 10100 | 111 | 1000 | 101000010 | 110110 | 1010011 |
Color Harmonies of #EBBCDA
Complementary color
Monochromatic Colors of #EBBCDA
Black with #EBBCDA
Text Example
Text Example
White with #EBBCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBCDA; }
p { color: rgb(235,188,218); }
H1.HeaderClassName
{
color: #EBBCDA;
}
.AnyTagClassName
{
color: #EBBCDA;
}
</style>
background-color css
<style>
a { background-color: #EBBCDA; }
a { background-color: rgb(235,188,218); }
div.DivClassName
{
background-color: #EBBCDA;
}
.BgClassName
{
background-color: #EBBCDA;
}
</style>
border-color css
<style>
span { border-color: #EBBCDA; }
span { border-color: rgb(235,188,218); }
td.TdClassName
{
border-color: #EBBCDA;
}
.TagClassName
{
border-color: #EBBCDA;
}
</style>