Shades of Remy #EFE2DF
Tints of Remy #EFE2DF
RGB
CMYK
RGB Variations
Color information
#EFE2DF (or 0xEFE2DF) is known color: Remy. HEX triplet: EF, E2 and DF. RGB value is (239,226,223). Sum of RGB (Red+Green+Blue) = 239+226+223=688 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.74% from 688); Green value is 226 (88.67% from 255 or 32.85% from 688); Blue value is 223 (87.5% from 255 or 32.41% from 688); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE2DF is #101D20. Grayscale: #E5E5E5. Windows color (decimal): -1056033 or 14672623. OLE color: 14672623.
HSL color Cylindrical-coordinate representation of color #EFE2DF: hue angle of 11.25º degrees, saturation: 0.33, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EFE2DF is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 226 | 223 | - |
CMYK | 0 | 0.05 | 0.07 | 0.06 |
HSL | 11.25º | 0.33% | 0.91% | - |
HSV(B) | 11.25º | 0.07% | 0.94% | - |
XYZ | 76.11 | 78.07 | 80.87 | - |
YUV | 229.55 | 124.31 | 134.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 226 | 223 | 0 | 0.05 | 0.07 | 0.06 | 11.25 | 0.33 | 0.91 |
Hex | EF | E2 | DF | 0 | 5 | 7 | 6 | B | 21 | 5B |
Octal | 357 | 342 | 337 | 0 | 5 | 7 | 6 | 13 | 41 | 133 |
Binary | 11101111 | 11100010 | 11011111 | 0 | 101 | 111 | 110 | 1011 | 100001 | 1011011 |
Color Harmonies of #EFE2DF
Complementary color
Monochromatic Colors of #EFE2DF
Black with #EFE2DF
Text Example
Text Example
White with #EFE2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE2DF; }
p { color: rgb(239,226,223); }
H1.HeaderClassName
{
color: #EFE2DF;
}
.AnyTagClassName
{
color: #EFE2DF;
}
</style>
background-color css
<style>
a { background-color: #EFE2DF; }
a { background-color: rgb(239,226,223); }
div.DivClassName
{
background-color: #EFE2DF;
}
.BgClassName
{
background-color: #EFE2DF;
}
</style>
border-color css
<style>
span { border-color: #EFE2DF; }
span { border-color: rgb(239,226,223); }
td.TdClassName
{
border-color: #EFE2DF;
}
.TagClassName
{
border-color: #EFE2DF;
}
</style>