Shades of Remy #EFE1DE
Tints of Remy #EFE1DE
RGB
CMYK
RGB Variations
Color information
#EFE1DE (or 0xEFE1DE) is known color: Remy. HEX triplet: EF, E1 and DE. RGB value is (239,225,222). Sum of RGB (Red+Green+Blue) = 239+225+222=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 225 (88.28% from 255 or 32.80% from 686); Blue value is 222 (87.11% from 255 or 32.36% from 686); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE1DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE1DE is #101E21. Grayscale: #E4E4E4. Windows color (decimal): -1056290 or 14606831. OLE color: 14606831.
HSL color Cylindrical-coordinate representation of color #EFE1DE: hue angle of 10.59º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EFE1DE is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 222 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.06 |
| HSL | 10.59º | 0.35% | 0.9% | - |
| HSV(B) | 10.59º | 0.07% | 0.94% | - |
| XYZ | 75.71 | 77.48 | 80.07 | - |
| YUV | 228.84 | 124.14 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 222 | 0 | 0.06 | 0.07 | 0.06 | 10.59 | 0.35 | 0.9 |
| Hex | EF | E1 | DE | 0 | 6 | 7 | 6 | B | 23 | 5A |
| Octal | 357 | 341 | 336 | 0 | 6 | 7 | 6 | 13 | 43 | 132 |
| Binary | 11101111 | 11100001 | 11011110 | 0 | 110 | 111 | 110 | 1011 | 100011 | 1011010 |
Color Harmonies of #EFE1DE
Complementary color
Monochromatic Colors of #EFE1DE
Black with #EFE1DE
Text Example
Text Example
White with #EFE1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE1DE; }
p { color: rgb(239,225,222); }
H1.HeaderClassName
{
color: #EFE1DE;
}
.AnyTagClassName
{
color: #EFE1DE;
}
</style>
background-color css
<style>
a { background-color: #EFE1DE; }
a { background-color: rgb(239,225,222); }
div.DivClassName
{
background-color: #EFE1DE;
}
.BgClassName
{
background-color: #EFE1DE;
}
</style>
border-color css
<style>
span { border-color: #EFE1DE; }
span { border-color: rgb(239,225,222); }
td.TdClassName
{
border-color: #EFE1DE;
}
.TagClassName
{
border-color: #EFE1DE;
}
</style>