Shades of Classic Rose #EFB9DB
Tints of Classic Rose #EFB9DB
RGB
CMYK
RGB Variations
Color information
#EFB9DB (or 0xEFB9DB) is known color: Classic Rose. HEX triplet: EF, B9 and DB. RGB value is (239,185,219). Sum of RGB (Red+Green+Blue) = 239+185+219=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 185 (72.66% from 255 or 28.77% from 643); Blue value is 219 (85.94% from 255 or 34.06% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB9DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB9DB is #104624. Grayscale: #CCCCCC. Windows color (decimal): -1066533 or 14399983. OLE color: 14399983.
HSL color Cylindrical-coordinate representation of color #EFB9DB: hue angle of 322.22º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFB9DB is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 185 | 219 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.06 |
| HSL | 322.22º | 0.63% | 0.83% | - |
| HSV(B) | 322.22º | 0.23% | 0.94% | - |
| XYZ | 65.73 | 58.16 | 74.78 | - |
| YUV | 205.02 | 135.89 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 185 | 219 | 0 | 0.23 | 0.08 | 0.06 | 322.22 | 0.63 | 0.83 |
| Hex | EF | B9 | DB | 0 | 17 | 8 | 6 | 142 | 3F | 53 |
| Octal | 357 | 271 | 333 | 0 | 27 | 10 | 6 | 502 | 77 | 123 |
| Binary | 11101111 | 10111001 | 11011011 | 0 | 10111 | 1000 | 110 | 101000010 | 111111 | 1010011 |
Color Harmonies of #EFB9DB
Complementary color
Monochromatic Colors of #EFB9DB
Black with #EFB9DB
Text Example
Text Example
White with #EFB9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB9DB; }
p { color: rgb(239,185,219); }
H1.HeaderClassName
{
color: #EFB9DB;
}
.AnyTagClassName
{
color: #EFB9DB;
}
</style>
background-color css
<style>
a { background-color: #EFB9DB; }
a { background-color: rgb(239,185,219); }
div.DivClassName
{
background-color: #EFB9DB;
}
.BgClassName
{
background-color: #EFB9DB;
}
</style>
border-color css
<style>
span { border-color: #EFB9DB; }
span { border-color: rgb(239,185,219); }
td.TdClassName
{
border-color: #EFB9DB;
}
.TagClassName
{
border-color: #EFB9DB;
}
</style>