Shades of Classic Rose #EBBDD8
Tints of Classic Rose #EBBDD8
RGB
CMYK
RGB Variations
Color information
#EBBDD8 (or 0xEBBDD8) is known color: Classic Rose. HEX triplet: EB, BD and D8. RGB value is (235,189,216). Sum of RGB (Red+Green+Blue) = 235+189+216=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 189 (74.22% from 255 or 29.53% from 640); Blue value is 216 (84.77% from 255 or 33.75% from 640); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBDD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBDD8 is #144227. Grayscale: #CDCDCD. Windows color (decimal): -1327656 or 14204395. OLE color: 14204395.
HSL color Cylindrical-coordinate representation of color #EBBDD8: hue angle of 324.78º 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 #EBBDD8 is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 189 | 216 | - |
| CMYK | 0 | 0.20 | 0.08 | 0.08 |
| HSL | 324.78º | 0.53% | 0.83% | - |
| HSV(B) | 324.78º | 0.2% | 0.92% | - |
| XYZ | 64.85 | 59.02 | 72.94 | - |
| YUV | 205.83 | 133.74 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 189 | 216 | 0 | 0.20 | 0.08 | 0.08 | 324.78 | 0.53 | 0.83 |
| Hex | EB | BD | D8 | 0 | 14 | 8 | 8 | 145 | 35 | 53 |
| Octal | 353 | 275 | 330 | 0 | 24 | 10 | 10 | 505 | 65 | 123 |
| Binary | 11101011 | 10111101 | 11011000 | 0 | 10100 | 1000 | 1000 | 101000101 | 110101 | 1010011 |
Color Harmonies of #EBBDD8
Complementary color
Monochromatic Colors of #EBBDD8
Black with #EBBDD8
Text Example
Text Example
White with #EBBDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBDD8; }
p { color: rgb(235,189,216); }
H1.HeaderClassName
{
color: #EBBDD8;
}
.AnyTagClassName
{
color: #EBBDD8;
}
</style>
background-color css
<style>
a { background-color: #EBBDD8; }
a { background-color: rgb(235,189,216); }
div.DivClassName
{
background-color: #EBBDD8;
}
.BgClassName
{
background-color: #EBBDD8;
}
</style>
border-color css
<style>
span { border-color: #EBBDD8; }
span { border-color: rgb(235,189,216); }
td.TdClassName
{
border-color: #EBBDD8;
}
.TagClassName
{
border-color: #EBBDD8;
}
</style>