Shades of Classic Rose #EFBCDA
Tints of Classic Rose #EFBCDA
RGB
CMYK
RGB Variations
Color information
#EFBCDA (or 0xEFBCDA) is known color: Classic Rose. HEX triplet: EF, BC and DA. RGB value is (239,188,218). Sum of RGB (Red+Green+Blue) = 239+188+218=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 188 (73.83% from 255 or 29.15% from 645); Blue value is 218 (85.55% from 255 or 33.80% from 645); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBCDA is #104325. Grayscale: #CECECE. Windows color (decimal): -1065766 or 14335215. OLE color: 14335215.
HSL color Cylindrical-coordinate representation of color #EFBCDA: hue angle of 324.71º 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 #EFBCDA is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 188 | 218 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.06 |
| HSL | 324.71º | 0.61% | 0.84% | - |
| HSV(B) | 324.71º | 0.21% | 0.94% | - |
| XYZ | 66.23 | 59.38 | 74.3 | - |
| YUV | 206.67 | 134.4 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 218 | 0 | 0.21 | 0.09 | 0.06 | 324.71 | 0.61 | 0.84 |
| Hex | EF | BC | DA | 0 | 15 | 9 | 6 | 145 | 3D | 54 |
| Octal | 357 | 274 | 332 | 0 | 25 | 11 | 6 | 505 | 75 | 124 |
| Binary | 11101111 | 10111100 | 11011010 | 0 | 10101 | 1001 | 110 | 101000101 | 111101 | 1010100 |
Color Harmonies of #EFBCDA
Complementary color
Monochromatic Colors of #EFBCDA
Black with #EFBCDA
Text Example
Text Example
White with #EFBCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBCDA; }
p { color: rgb(239,188,218); }
H1.HeaderClassName
{
color: #EFBCDA;
}
.AnyTagClassName
{
color: #EFBCDA;
}
</style>
background-color css
<style>
a { background-color: #EFBCDA; }
a { background-color: rgb(239,188,218); }
div.DivClassName
{
background-color: #EFBCDA;
}
.BgClassName
{
background-color: #EFBCDA;
}
</style>
border-color css
<style>
span { border-color: #EFBCDA; }
span { border-color: rgb(239,188,218); }
td.TdClassName
{
border-color: #EFBCDA;
}
.TagClassName
{
border-color: #EFBCDA;
}
</style>