Shades of Classic Rose #EFBCD6
Tints of Classic Rose #EFBCD6
RGB
CMYK
RGB Variations
Color information
#EFBCD6 (or 0xEFBCD6) is known color: Classic Rose. HEX triplet: EF, BC and D6. RGB value is (239,188,214). Sum of RGB (Red+Green+Blue) = 239+188+214=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 188 (73.83% from 255 or 29.33% from 641); Blue value is 214 (83.98% from 255 or 33.39% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBCD6 is #104329. Grayscale: #CECECE. Windows color (decimal): -1065770 or 14073071. OLE color: 14073071.
HSL color Cylindrical-coordinate representation of color #EFBCD6: hue angle of 329.41º 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 #EFBCD6 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 188 | 214 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.06 |
| HSL | 329.41º | 0.61% | 0.84% | - |
| HSV(B) | 329.41º | 0.21% | 0.94% | - |
| XYZ | 65.72 | 59.17 | 71.58 | - |
| YUV | 206.21 | 132.4 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 214 | 0 | 0.21 | 0.10 | 0.06 | 329.41 | 0.61 | 0.84 |
| Hex | EF | BC | D6 | 0 | 15 | A | 6 | 149 | 3D | 54 |
| Octal | 357 | 274 | 326 | 0 | 25 | 12 | 6 | 511 | 75 | 124 |
| Binary | 11101111 | 10111100 | 11010110 | 0 | 10101 | 1010 | 110 | 101001001 | 111101 | 1010100 |
Color Harmonies of #EFBCD6
Complementary color
Monochromatic Colors of #EFBCD6
Black with #EFBCD6
Text Example
Text Example
White with #EFBCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBCD6; }
p { color: rgb(239,188,214); }
H1.HeaderClassName
{
color: #EFBCD6;
}
.AnyTagClassName
{
color: #EFBCD6;
}
</style>
background-color css
<style>
a { background-color: #EFBCD6; }
a { background-color: rgb(239,188,214); }
div.DivClassName
{
background-color: #EFBCD6;
}
.BgClassName
{
background-color: #EFBCD6;
}
</style>
border-color css
<style>
span { border-color: #EFBCD6; }
span { border-color: rgb(239,188,214); }
td.TdClassName
{
border-color: #EFBCD6;
}
.TagClassName
{
border-color: #EFBCD6;
}
</style>