Shades of Classic Rose #EFBBD9
Tints of Classic Rose #EFBBD9
RGB
CMYK
RGB Variations
Color information
#EFBBD9 (or 0xEFBBD9) is known color: Classic Rose. HEX triplet: EF, BB and D9. RGB value is (239,187,217). Sum of RGB (Red+Green+Blue) = 239+187+217=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 187 (73.44% from 255 or 29.08% from 643); Blue value is 217 (85.16% from 255 or 33.75% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBD9 is #104426. Grayscale: #CDCDCD. Windows color (decimal): -1066023 or 14269423. OLE color: 14269423.
HSL color Cylindrical-coordinate representation of color #EFBBD9: hue angle of 325.38º 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 #EFBBD9 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 187 | 217 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.06 |
| HSL | 325.38º | 0.62% | 0.84% | - |
| HSV(B) | 325.38º | 0.22% | 0.94% | - |
| XYZ | 65.89 | 58.9 | 73.54 | - |
| YUV | 205.97 | 134.23 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 187 | 217 | 0 | 0.22 | 0.09 | 0.06 | 325.38 | 0.62 | 0.84 |
| Hex | EF | BB | D9 | 0 | 16 | 9 | 6 | 145 | 3E | 54 |
| Octal | 357 | 273 | 331 | 0 | 26 | 11 | 6 | 505 | 76 | 124 |
| Binary | 11101111 | 10111011 | 11011001 | 0 | 10110 | 1001 | 110 | 101000101 | 111110 | 1010100 |
Color Harmonies of #EFBBD9
Complementary color
Monochromatic Colors of #EFBBD9
Black with #EFBBD9
Text Example
Text Example
White with #EFBBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBBD9; }
p { color: rgb(239,187,217); }
H1.HeaderClassName
{
color: #EFBBD9;
}
.AnyTagClassName
{
color: #EFBBD9;
}
</style>
background-color css
<style>
a { background-color: #EFBBD9; }
a { background-color: rgb(239,187,217); }
div.DivClassName
{
background-color: #EFBBD9;
}
.BgClassName
{
background-color: #EFBBD9;
}
</style>
border-color css
<style>
span { border-color: #EFBBD9; }
span { border-color: rgb(239,187,217); }
td.TdClassName
{
border-color: #EFBBD9;
}
.TagClassName
{
border-color: #EFBBD9;
}
</style>