Shades of Classic Rose #EFBADD
Tints of Classic Rose #EFBADD
RGB
CMYK
RGB Variations
Color information
#EFBADD (or 0xEFBADD) is known color: Classic Rose. HEX triplet: EF, BA and DD. RGB value is (239,186,221). Sum of RGB (Red+Green+Blue) = 239+186+221=646 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.00% from 646); Green value is 186 (73.05% from 255 or 28.79% from 646); Blue value is 221 (86.72% from 255 or 34.21% from 646); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBADD is #104522. Grayscale: #CDCDCD. Windows color (decimal): -1066275 or 14531311. OLE color: 14531311.
HSL color Cylindrical-coordinate representation of color #EFBADD: hue angle of 320.38º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFBADD is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 186 | 221 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.06 |
| HSL | 320.38º | 0.62% | 0.83% | - |
| HSV(B) | 320.38º | 0.22% | 0.94% | - |
| XYZ | 66.21 | 58.69 | 76.25 | - |
| YUV | 205.84 | 136.56 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 186 | 221 | 0 | 0.22 | 0.08 | 0.06 | 320.38 | 0.62 | 0.83 |
| Hex | EF | BA | DD | 0 | 16 | 8 | 6 | 140 | 3E | 53 |
| Octal | 357 | 272 | 335 | 0 | 26 | 10 | 6 | 500 | 76 | 123 |
| Binary | 11101111 | 10111010 | 11011101 | 0 | 10110 | 1000 | 110 | 101000000 | 111110 | 1010011 |
Color Harmonies of #EFBADD
Complementary color
Monochromatic Colors of #EFBADD
Black with #EFBADD
Text Example
Text Example
White with #EFBADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBADD; }
p { color: rgb(239,186,221); }
H1.HeaderClassName
{
color: #EFBADD;
}
.AnyTagClassName
{
color: #EFBADD;
}
</style>
background-color css
<style>
a { background-color: #EFBADD; }
a { background-color: rgb(239,186,221); }
div.DivClassName
{
background-color: #EFBADD;
}
.BgClassName
{
background-color: #EFBADD;
}
</style>
border-color css
<style>
span { border-color: #EFBADD; }
span { border-color: rgb(239,186,221); }
td.TdClassName
{
border-color: #EFBADD;
}
.TagClassName
{
border-color: #EFBADD;
}
</style>