Shades of Remy #EFDFDC
Tints of Remy #EFDFDC
RGB
CMYK
RGB Variations
Color information
#EFDFDC (or 0xEFDFDC) is known color: Remy. HEX triplet: EF, DF and DC. RGB value is (239,223,220). Sum of RGB (Red+Green+Blue) = 239+223+220=682 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.04% from 682); Green value is 223 (87.5% from 255 or 32.70% from 682); Blue value is 220 (86.33% from 255 or 32.26% from 682); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFDC is #102023. Grayscale: #E3E3E3. Windows color (decimal): -1056804 or 14475247. OLE color: 14475247.
HSL color Cylindrical-coordinate representation of color #EFDFDC: hue angle of 9.47º degrees, saturation: 0.37, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFDFDC is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 223 | 220 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.06 |
| HSL | 9.47º | 0.37% | 0.9% | - |
| HSV(B) | 9.47º | 0.08% | 0.94% | - |
| XYZ | 74.9 | 76.29 | 78.49 | - |
| YUV | 227.44 | 123.8 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 220 | 0 | 0.07 | 0.08 | 0.06 | 9.47 | 0.37 | 0.9 |
| Hex | EF | DF | DC | 0 | 7 | 8 | 6 | 9 | 25 | 5A |
| Octal | 357 | 337 | 334 | 0 | 7 | 10 | 6 | 11 | 45 | 132 |
| Binary | 11101111 | 11011111 | 11011100 | 0 | 111 | 1000 | 110 | 1001 | 100101 | 1011010 |
Color Harmonies of #EFDFDC
Complementary color
Monochromatic Colors of #EFDFDC
Black with #EFDFDC
Text Example
Text Example
White with #EFDFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDFDC; }
p { color: rgb(239,223,220); }
H1.HeaderClassName
{
color: #EFDFDC;
}
.AnyTagClassName
{
color: #EFDFDC;
}
</style>
background-color css
<style>
a { background-color: #EFDFDC; }
a { background-color: rgb(239,223,220); }
div.DivClassName
{
background-color: #EFDFDC;
}
.BgClassName
{
background-color: #EFDFDC;
}
</style>
border-color css
<style>
span { border-color: #EFDFDC; }
span { border-color: rgb(239,223,220); }
td.TdClassName
{
border-color: #EFDFDC;
}
.TagClassName
{
border-color: #EFDFDC;
}
</style>