Shades of Classic Rose #EEBBD8
Tints of Classic Rose #EEBBD8
RGB
CMYK
RGB Variations
Color information
#EEBBD8 (or 0xEEBBD8) is known color: Classic Rose. HEX triplet: EE, BB and D8. RGB value is (238,187,216). Sum of RGB (Red+Green+Blue) = 238+187+216=641 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.13% from 641); Green value is 187 (73.44% from 255 or 29.17% from 641); Blue value is 216 (84.77% from 255 or 33.70% from 641); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBBD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBBD8 is #114427. Grayscale: #CDCDCD. Windows color (decimal): -1131560 or 14203886. OLE color: 14203886.
HSL color Cylindrical-coordinate representation of color #EEBBD8: hue angle of 325.88º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEBBD8 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 187 | 216 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.07 |
| HSL | 325.88º | 0.6% | 0.83% | - |
| HSV(B) | 325.88º | 0.21% | 0.93% | - |
| XYZ | 65.42 | 58.68 | 72.84 | - |
| YUV | 205.56 | 133.9 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 187 | 216 | 0 | 0.21 | 0.09 | 0.07 | 325.88 | 0.6 | 0.83 |
| Hex | EE | BB | D8 | 0 | 15 | 9 | 7 | 146 | 3C | 53 |
| Octal | 356 | 273 | 330 | 0 | 25 | 11 | 7 | 506 | 74 | 123 |
| Binary | 11101110 | 10111011 | 11011000 | 0 | 10101 | 1001 | 111 | 101000110 | 111100 | 1010011 |
Color Harmonies of #EEBBD8
Complementary color
Monochromatic Colors of #EEBBD8
Black with #EEBBD8
Text Example
Text Example
White with #EEBBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBBD8; }
p { color: rgb(238,187,216); }
H1.HeaderClassName
{
color: #EEBBD8;
}
.AnyTagClassName
{
color: #EEBBD8;
}
</style>
background-color css
<style>
a { background-color: #EEBBD8; }
a { background-color: rgb(238,187,216); }
div.DivClassName
{
background-color: #EEBBD8;
}
.BgClassName
{
background-color: #EEBBD8;
}
</style>
border-color css
<style>
span { border-color: #EEBBD8; }
span { border-color: rgb(238,187,216); }
td.TdClassName
{
border-color: #EEBBD8;
}
.TagClassName
{
border-color: #EEBBD8;
}
</style>