Shades of Classic Rose #EFBCD7
Tints of Classic Rose #EFBCD7
RGB
CMYK
RGB Variations
Color information
#EFBCD7 (or 0xEFBCD7) is known color: Classic Rose. HEX triplet: EF, BC and D7. RGB value is (239,188,215). Sum of RGB (Red+Green+Blue) = 239+188+215=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 188 (73.83% from 255 or 29.28% from 642); Blue value is 215 (84.38% from 255 or 33.49% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBCD7 is #104328. Grayscale: #CECECE. Windows color (decimal): -1065769 or 14138607. OLE color: 14138607.
HSL color Cylindrical-coordinate representation of color #EFBCD7: hue angle of 328.24º 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 #EFBCD7 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 188 | 215 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.06 |
| HSL | 328.24º | 0.61% | 0.84% | - |
| HSV(B) | 328.24º | 0.21% | 0.94% | - |
| XYZ | 65.85 | 59.22 | 72.25 | - |
| YUV | 206.33 | 132.9 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 215 | 0 | 0.21 | 0.10 | 0.06 | 328.24 | 0.61 | 0.84 |
| Hex | EF | BC | D7 | 0 | 15 | A | 6 | 148 | 3D | 54 |
| Octal | 357 | 274 | 327 | 0 | 25 | 12 | 6 | 510 | 75 | 124 |
| Binary | 11101111 | 10111100 | 11010111 | 0 | 10101 | 1010 | 110 | 101001000 | 111101 | 1010100 |
Color Harmonies of #EFBCD7
Complementary color
Monochromatic Colors of #EFBCD7
Black with #EFBCD7
Text Example
Text Example
White with #EFBCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBCD7; }
p { color: rgb(239,188,215); }
H1.HeaderClassName
{
color: #EFBCD7;
}
.AnyTagClassName
{
color: #EFBCD7;
}
</style>
background-color css
<style>
a { background-color: #EFBCD7; }
a { background-color: rgb(239,188,215); }
div.DivClassName
{
background-color: #EFBCD7;
}
.BgClassName
{
background-color: #EFBCD7;
}
</style>
border-color css
<style>
span { border-color: #EFBCD7; }
span { border-color: rgb(239,188,215); }
td.TdClassName
{
border-color: #EFBCD7;
}
.TagClassName
{
border-color: #EFBCD7;
}
</style>