Shades of Remy #EFDBD7
Tints of Remy #EFDBD7
RGB
CMYK
RGB Variations
Color information
#EFDBD7 (or 0xEFDBD7) is known color: Remy. HEX triplet: EF, DB and D7. RGB value is (239,219,215). Sum of RGB (Red+Green+Blue) = 239+219+215=673 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.51% from 673); Green value is 219 (85.94% from 255 or 32.54% from 673); Blue value is 215 (84.38% from 255 or 31.95% from 673); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDBD7 is #102428. Grayscale: #E0E0E0. Windows color (decimal): -1057833 or 14146543. OLE color: 14146543.
HSL color Cylindrical-coordinate representation of color #EFDBD7: hue angle of 10º degrees, saturation: 0.43, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFDBD7 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 215 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.06 |
| HSL | 10º | 0.43% | 0.89% | - |
| HSV(B) | 10º | 0.1% | 0.94% | - |
| XYZ | 73.19 | 73.92 | 74.7 | - |
| YUV | 224.52 | 122.63 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 215 | 0 | 0.08 | 0.10 | 0.06 | 10 | 0.43 | 0.89 |
| Hex | EF | DB | D7 | 0 | 8 | A | 6 | A | 2B | 59 |
| Octal | 357 | 333 | 327 | 0 | 10 | 12 | 6 | 12 | 53 | 131 |
| Binary | 11101111 | 11011011 | 11010111 | 0 | 1000 | 1010 | 110 | 1010 | 101011 | 1011001 |
Color Harmonies of #EFDBD7
Complementary color
Monochromatic Colors of #EFDBD7
Black with #EFDBD7
Text Example
Text Example
White with #EFDBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDBD7; }
p { color: rgb(239,219,215); }
H1.HeaderClassName
{
color: #EFDBD7;
}
.AnyTagClassName
{
color: #EFDBD7;
}
</style>
background-color css
<style>
a { background-color: #EFDBD7; }
a { background-color: rgb(239,219,215); }
div.DivClassName
{
background-color: #EFDBD7;
}
.BgClassName
{
background-color: #EFDBD7;
}
</style>
border-color css
<style>
span { border-color: #EFDBD7; }
span { border-color: rgb(239,219,215); }
td.TdClassName
{
border-color: #EFDBD7;
}
.TagClassName
{
border-color: #EFDBD7;
}
</style>