Shades of Classic Rose #EFBDD9
Tints of Classic Rose #EFBDD9
RGB
CMYK
RGB Variations
Color information
#EFBDD9 (or 0xEFBDD9) is known color: Classic Rose. HEX triplet: EF, BD and D9. RGB value is (239,189,217). Sum of RGB (Red+Green+Blue) = 239+189+217=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 189 (74.22% from 255 or 29.30% from 645); Blue value is 217 (85.16% from 255 or 33.64% from 645); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDD9 is #104226. Grayscale: #CFCFCF. Windows color (decimal): -1065511 or 14269935. OLE color: 14269935.
HSL color Cylindrical-coordinate representation of color #EFBDD9: hue angle of 326.4º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFBDD9 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 189 | 217 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.06 |
| HSL | 326.4º | 0.61% | 0.84% | - |
| HSV(B) | 326.4º | 0.21% | 0.94% | - |
| XYZ | 66.32 | 59.76 | 73.68 | - |
| YUV | 207.14 | 133.57 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 189 | 217 | 0 | 0.21 | 0.09 | 0.06 | 326.4 | 0.61 | 0.84 |
| Hex | EF | BD | D9 | 0 | 15 | 9 | 6 | 146 | 3D | 54 |
| Octal | 357 | 275 | 331 | 0 | 25 | 11 | 6 | 506 | 75 | 124 |
| Binary | 11101111 | 10111101 | 11011001 | 0 | 10101 | 1001 | 110 | 101000110 | 111101 | 1010100 |
Color Harmonies of #EFBDD9
Complementary color
Monochromatic Colors of #EFBDD9
Black with #EFBDD9
Text Example
Text Example
White with #EFBDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBDD9; }
p { color: rgb(239,189,217); }
H1.HeaderClassName
{
color: #EFBDD9;
}
.AnyTagClassName
{
color: #EFBDD9;
}
</style>
background-color css
<style>
a { background-color: #EFBDD9; }
a { background-color: rgb(239,189,217); }
div.DivClassName
{
background-color: #EFBDD9;
}
.BgClassName
{
background-color: #EFBDD9;
}
</style>
border-color css
<style>
span { border-color: #EFBDD9; }
span { border-color: rgb(239,189,217); }
td.TdClassName
{
border-color: #EFBDD9;
}
.TagClassName
{
border-color: #EFBDD9;
}
</style>