Shades of Classic Rose #EFBCDE
Tints of Classic Rose #EFBCDE
RGB
CMYK
RGB Variations
Color information
#EFBCDE (or 0xEFBCDE) is known color: Classic Rose. HEX triplet: EF, BC and DE. RGB value is (239,188,222). Sum of RGB (Red+Green+Blue) = 239+188+222=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 188 (73.83% from 255 or 28.97% from 649); Blue value is 222 (87.11% from 255 or 34.21% from 649); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBCDE is #104321. Grayscale: #CFCFCF. Windows color (decimal): -1065762 or 14597359. OLE color: 14597359.
HSL color Cylindrical-coordinate representation of color #EFBCDE: hue angle of 320º 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 #EFBCDE is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 188 | 222 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.06 |
| HSL | 320º | 0.61% | 0.84% | - |
| HSV(B) | 320º | 0.21% | 0.94% | - |
| XYZ | 66.76 | 59.59 | 77.09 | - |
| YUV | 207.13 | 136.4 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 222 | 0 | 0.21 | 0.07 | 0.06 | 320 | 0.61 | 0.84 |
| Hex | EF | BC | DE | 0 | 15 | 7 | 6 | 140 | 3D | 54 |
| Octal | 357 | 274 | 336 | 0 | 25 | 7 | 6 | 500 | 75 | 124 |
| Binary | 11101111 | 10111100 | 11011110 | 0 | 10101 | 111 | 110 | 101000000 | 111101 | 1010100 |
Color Harmonies of #EFBCDE
Complementary color
Monochromatic Colors of #EFBCDE
Black with #EFBCDE
Text Example
Text Example
White with #EFBCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBCDE; }
p { color: rgb(239,188,222); }
H1.HeaderClassName
{
color: #EFBCDE;
}
.AnyTagClassName
{
color: #EFBCDE;
}
</style>
background-color css
<style>
a { background-color: #EFBCDE; }
a { background-color: rgb(239,188,222); }
div.DivClassName
{
background-color: #EFBCDE;
}
.BgClassName
{
background-color: #EFBCDE;
}
</style>
border-color css
<style>
span { border-color: #EFBCDE; }
span { border-color: rgb(239,188,222); }
td.TdClassName
{
border-color: #EFBCDE;
}
.TagClassName
{
border-color: #EFBCDE;
}
</style>