Shades of Classic Rose #EFBFD3
Tints of Classic Rose #EFBFD3
RGB
CMYK
RGB Variations
Color information
#EFBFD3 (or 0xEFBFD3) is known color: Classic Rose. HEX triplet: EF, BF and D3. RGB value is (239,191,211). Sum of RGB (Red+Green+Blue) = 239+191+211=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 191 (75% from 255 or 29.80% from 641); Blue value is 211 (82.81% from 255 or 32.92% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBFD3 is #10402C. Grayscale: #CFCFCF. Windows color (decimal): -1065005 or 13877231. OLE color: 13877231.
HSL color Cylindrical-coordinate representation of color #EFBFD3: hue angle of 335º 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 #EFBFD3 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 191 | 211 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.06 |
| HSL | 335º | 0.6% | 0.84% | - |
| HSV(B) | 335º | 0.2% | 0.94% | - |
| XYZ | 65.99 | 60.32 | 69.79 | - |
| YUV | 207.63 | 129.9 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 191 | 211 | 0 | 0.20 | 0.12 | 0.06 | 335 | 0.6 | 0.84 |
| Hex | EF | BF | D3 | 0 | 14 | C | 6 | 14F | 3C | 54 |
| Octal | 357 | 277 | 323 | 0 | 24 | 14 | 6 | 517 | 74 | 124 |
| Binary | 11101111 | 10111111 | 11010011 | 0 | 10100 | 1100 | 110 | 101001111 | 111100 | 1010100 |
Color Harmonies of #EFBFD3
Complementary color
Monochromatic Colors of #EFBFD3
Black with #EFBFD3
Text Example
Text Example
White with #EFBFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBFD3; }
p { color: rgb(239,191,211); }
H1.HeaderClassName
{
color: #EFBFD3;
}
.AnyTagClassName
{
color: #EFBFD3;
}
</style>
background-color css
<style>
a { background-color: #EFBFD3; }
a { background-color: rgb(239,191,211); }
div.DivClassName
{
background-color: #EFBFD3;
}
.BgClassName
{
background-color: #EFBFD3;
}
</style>
border-color css
<style>
span { border-color: #EFBFD3; }
span { border-color: rgb(239,191,211); }
td.TdClassName
{
border-color: #EFBFD3;
}
.TagClassName
{
border-color: #EFBFD3;
}
</style>