Shades of Classic Rose #EFBFDB
Tints of Classic Rose #EFBFDB
RGB
CMYK
RGB Variations
Color information
#EFBFDB (or 0xEFBFDB) is known color: Classic Rose. HEX triplet: EF, BF and DB. RGB value is (239,191,219). Sum of RGB (Red+Green+Blue) = 239+191+219=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 191 (75% from 255 or 29.43% from 649); Blue value is 219 (85.94% from 255 or 33.74% from 649); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBFDB is #104024. Grayscale: #D0D0D0. Windows color (decimal): -1064997 or 14401519. OLE color: 14401519.
HSL color Cylindrical-coordinate representation of color #EFBFDB: hue angle of 325º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFBFDB is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 191 | 219 | - |
| CMYK | 0 | 0.20 | 0.08 | 0.06 |
| HSL | 325º | 0.6% | 0.84% | - |
| HSV(B) | 325º | 0.2% | 0.94% | - |
| XYZ | 67.01 | 60.73 | 75.21 | - |
| YUV | 208.54 | 133.9 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 191 | 219 | 0 | 0.20 | 0.08 | 0.06 | 325 | 0.6 | 0.84 |
| Hex | EF | BF | DB | 0 | 14 | 8 | 6 | 145 | 3C | 54 |
| Octal | 357 | 277 | 333 | 0 | 24 | 10 | 6 | 505 | 74 | 124 |
| Binary | 11101111 | 10111111 | 11011011 | 0 | 10100 | 1000 | 110 | 101000101 | 111100 | 1010100 |
Color Harmonies of #EFBFDB
Complementary color
Monochromatic Colors of #EFBFDB
Black with #EFBFDB
Text Example
Text Example
White with #EFBFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBFDB; }
p { color: rgb(239,191,219); }
H1.HeaderClassName
{
color: #EFBFDB;
}
.AnyTagClassName
{
color: #EFBFDB;
}
</style>
background-color css
<style>
a { background-color: #EFBFDB; }
a { background-color: rgb(239,191,219); }
div.DivClassName
{
background-color: #EFBFDB;
}
.BgClassName
{
background-color: #EFBFDB;
}
</style>
border-color css
<style>
span { border-color: #EFBFDB; }
span { border-color: rgb(239,191,219); }
td.TdClassName
{
border-color: #EFBFDB;
}
.TagClassName
{
border-color: #EFBFDB;
}
</style>