Shades of Classic Rose #EEBBD7
Tints of Classic Rose #EEBBD7
RGB
CMYK
RGB Variations
Color information
#EEBBD7 (or 0xEEBBD7) is known color: Classic Rose. HEX triplet: EE, BB and D7. RGB value is (238,187,215). Sum of RGB (Red+Green+Blue) = 238+187+215=640 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.19% from 640); Green value is 187 (73.44% from 255 or 29.22% from 640); Blue value is 215 (84.38% from 255 or 33.59% from 640); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBBD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBBD7 is #114428. Grayscale: #CDCDCD. Windows color (decimal): -1131561 or 14138350. OLE color: 14138350.
HSL color Cylindrical-coordinate representation of color #EEBBD7: hue angle of 327.06º 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 #EEBBD7 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 187 | 215 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.07 |
| HSL | 327.06º | 0.6% | 0.83% | - |
| HSV(B) | 327.06º | 0.21% | 0.93% | - |
| XYZ | 65.3 | 58.62 | 72.16 | - |
| YUV | 205.44 | 133.4 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 187 | 215 | 0 | 0.21 | 0.10 | 0.07 | 327.06 | 0.6 | 0.83 |
| Hex | EE | BB | D7 | 0 | 15 | A | 7 | 147 | 3C | 53 |
| Octal | 356 | 273 | 327 | 0 | 25 | 12 | 7 | 507 | 74 | 123 |
| Binary | 11101110 | 10111011 | 11010111 | 0 | 10101 | 1010 | 111 | 101000111 | 111100 | 1010011 |
Color Harmonies of #EEBBD7
Complementary color
Monochromatic Colors of #EEBBD7
Black with #EEBBD7
Text Example
Text Example
White with #EEBBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBBD7; }
p { color: rgb(238,187,215); }
H1.HeaderClassName
{
color: #EEBBD7;
}
.AnyTagClassName
{
color: #EEBBD7;
}
</style>
background-color css
<style>
a { background-color: #EEBBD7; }
a { background-color: rgb(238,187,215); }
div.DivClassName
{
background-color: #EEBBD7;
}
.BgClassName
{
background-color: #EEBBD7;
}
</style>
border-color css
<style>
span { border-color: #EEBBD7; }
span { border-color: rgb(238,187,215); }
td.TdClassName
{
border-color: #EEBBD7;
}
.TagClassName
{
border-color: #EEBBD7;
}
</style>