Shades of Classic Rose #EFBBD7
Tints of Classic Rose #EFBBD7
RGB
CMYK
RGB Variations
Color information
#EFBBD7 (or 0xEFBBD7) is known color: Classic Rose. HEX triplet: EF, BB and D7. RGB value is (239,187,215). Sum of RGB (Red+Green+Blue) = 239+187+215=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 187 (73.44% from 255 or 29.17% from 641); Blue value is 215 (84.38% from 255 or 33.54% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBD7 is #104428. Grayscale: #CDCDCD. Windows color (decimal): -1066025 or 14138351. OLE color: 14138351.
HSL color Cylindrical-coordinate representation of color #EFBBD7: hue angle of 327.69º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFBBD7 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 187 | 215 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.06 |
| HSL | 327.69º | 0.62% | 0.84% | - |
| HSV(B) | 327.69º | 0.22% | 0.94% | - |
| XYZ | 65.63 | 58.8 | 72.18 | - |
| YUV | 205.74 | 133.23 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 187 | 215 | 0 | 0.22 | 0.10 | 0.06 | 327.69 | 0.62 | 0.84 |
| Hex | EF | BB | D7 | 0 | 16 | A | 6 | 148 | 3E | 54 |
| Octal | 357 | 273 | 327 | 0 | 26 | 12 | 6 | 510 | 76 | 124 |
| Binary | 11101111 | 10111011 | 11010111 | 0 | 10110 | 1010 | 110 | 101001000 | 111110 | 1010100 |
Color Harmonies of #EFBBD7
Complementary color
Monochromatic Colors of #EFBBD7
Black with #EFBBD7
Text Example
Text Example
White with #EFBBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBBD7; }
p { color: rgb(239,187,215); }
H1.HeaderClassName
{
color: #EFBBD7;
}
.AnyTagClassName
{
color: #EFBBD7;
}
</style>
background-color css
<style>
a { background-color: #EFBBD7; }
a { background-color: rgb(239,187,215); }
div.DivClassName
{
background-color: #EFBBD7;
}
.BgClassName
{
background-color: #EFBBD7;
}
</style>
border-color css
<style>
span { border-color: #EFBBD7; }
span { border-color: rgb(239,187,215); }
td.TdClassName
{
border-color: #EFBBD7;
}
.TagClassName
{
border-color: #EFBBD7;
}
</style>