Shades of Classic Rose #EBBDD9
Tints of Classic Rose #EBBDD9
RGB
CMYK
RGB Variations
Color information
#EBBDD9 (or 0xEBBDD9) is known color: Classic Rose. HEX triplet: EB, BD and D9. RGB value is (235,189,217). Sum of RGB (Red+Green+Blue) = 235+189+217=641 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.66% from 641); Green value is 189 (74.22% from 255 or 29.49% from 641); Blue value is 217 (85.16% from 255 or 33.85% from 641); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBDD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBDD9 is #144226. Grayscale: #CDCDCD. Windows color (decimal): -1327655 or 14269931. OLE color: 14269931.
HSL color Cylindrical-coordinate representation of color #EBBDD9: hue angle of 323.48º degrees, saturation: 0.53, 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 #EBBDD9 is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 189 | 217 | - |
| CMYK | 0 | 0.20 | 0.08 | 0.08 |
| HSL | 323.48º | 0.53% | 0.83% | - |
| HSV(B) | 323.48º | 0.2% | 0.92% | - |
| XYZ | 64.98 | 59.07 | 73.62 | - |
| YUV | 205.95 | 134.24 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 189 | 217 | 0 | 0.20 | 0.08 | 0.08 | 323.48 | 0.53 | 0.83 |
| Hex | EB | BD | D9 | 0 | 14 | 8 | 8 | 143 | 35 | 53 |
| Octal | 353 | 275 | 331 | 0 | 24 | 10 | 10 | 503 | 65 | 123 |
| Binary | 11101011 | 10111101 | 11011001 | 0 | 10100 | 1000 | 1000 | 101000011 | 110101 | 1010011 |
Color Harmonies of #EBBDD9
Complementary color
Monochromatic Colors of #EBBDD9
Black with #EBBDD9
Text Example
Text Example
White with #EBBDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBDD9; }
p { color: rgb(235,189,217); }
H1.HeaderClassName
{
color: #EBBDD9;
}
.AnyTagClassName
{
color: #EBBDD9;
}
</style>
background-color css
<style>
a { background-color: #EBBDD9; }
a { background-color: rgb(235,189,217); }
div.DivClassName
{
background-color: #EBBDD9;
}
.BgClassName
{
background-color: #EBBDD9;
}
</style>
border-color css
<style>
span { border-color: #EBBDD9; }
span { border-color: rgb(235,189,217); }
td.TdClassName
{
border-color: #EBBDD9;
}
.TagClassName
{
border-color: #EBBDD9;
}
</style>