Shades of Remy #EEE2DF
Tints of Remy #EEE2DF
RGB
CMYK
RGB Variations
Color information
#EEE2DF (or 0xEEE2DF) is known color: Remy. HEX triplet: EE, E2 and DF. RGB value is (238,226,223). Sum of RGB (Red+Green+Blue) = 238+226+223=687 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.64% from 687); Green value is 226 (88.67% from 255 or 32.90% from 687); Blue value is 223 (87.5% from 255 or 32.46% from 687); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE2DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE2DF is #111D20. Grayscale: #E5E5E5. Windows color (decimal): -1121569 or 14672622. OLE color: 14672622.
HSL color Cylindrical-coordinate representation of color #EEE2DF: hue angle of 12º degrees, saturation: 0.31, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EEE2DF is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 226 | 223 | - |
CMYK | 0 | 0.05 | 0.06 | 0.07 |
HSL | 12º | 0.31% | 0.9% | - |
HSV(B) | 12º | 0.06% | 0.93% | - |
XYZ | 75.78 | 77.9 | 80.85 | - |
YUV | 229.25 | 124.48 | 134.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 226 | 223 | 0 | 0.05 | 0.06 | 0.07 | 12 | 0.31 | 0.9 |
Hex | EE | E2 | DF | 0 | 5 | 6 | 7 | C | 1F | 5A |
Octal | 356 | 342 | 337 | 0 | 5 | 6 | 7 | 14 | 37 | 132 |
Binary | 11101110 | 11100010 | 11011111 | 0 | 101 | 110 | 111 | 1100 | 11111 | 1011010 |
Color Harmonies of #EEE2DF
Complementary color
Monochromatic Colors of #EEE2DF
Black with #EEE2DF
Text Example
Text Example
White with #EEE2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE2DF; }
p { color: rgb(238,226,223); }
H1.HeaderClassName
{
color: #EEE2DF;
}
.AnyTagClassName
{
color: #EEE2DF;
}
</style>
background-color css
<style>
a { background-color: #EEE2DF; }
a { background-color: rgb(238,226,223); }
div.DivClassName
{
background-color: #EEE2DF;
}
.BgClassName
{
background-color: #EEE2DF;
}
</style>
border-color css
<style>
span { border-color: #EEE2DF; }
span { border-color: rgb(238,226,223); }
td.TdClassName
{
border-color: #EEE2DF;
}
.TagClassName
{
border-color: #EEE2DF;
}
</style>