Shades of Remy #EDE2DF
Tints of Remy #EDE2DF
RGB
CMYK
RGB Variations
Color information
#EDE2DF (or 0xEDE2DF) is known color: Remy. HEX triplet: ED, E2 and DF. RGB value is (237,226,223). Sum of RGB (Red+Green+Blue) = 237+226+223=686 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.55% from 686); Green value is 226 (88.67% from 255 or 32.94% from 686); Blue value is 223 (87.5% from 255 or 32.51% from 686); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE2DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE2DF is #121D20. Grayscale: #E4E4E4. Windows color (decimal): -1187105 or 14672621. OLE color: 14672621.
HSL color Cylindrical-coordinate representation of color #EDE2DF: hue angle of 12.86º degrees, saturation: 0.28, 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 #EDE2DF is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 226 | 223 | - |
CMYK | 0 | 0.05 | 0.06 | 0.07 |
HSL | 12.86º | 0.28% | 0.9% | - |
HSV(B) | 12.86º | 0.06% | 0.93% | - |
XYZ | 75.44 | 77.72 | 80.84 | - |
YUV | 228.95 | 124.64 | 133.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 226 | 223 | 0 | 0.05 | 0.06 | 0.07 | 12.86 | 0.28 | 0.9 |
Hex | ED | E2 | DF | 0 | 5 | 6 | 7 | D | 1C | 5A |
Octal | 355 | 342 | 337 | 0 | 5 | 6 | 7 | 15 | 34 | 132 |
Binary | 11101101 | 11100010 | 11011111 | 0 | 101 | 110 | 111 | 1101 | 11100 | 1011010 |
Color Harmonies of #EDE2DF
Complementary color
Monochromatic Colors of #EDE2DF
Black with #EDE2DF
Text Example
Text Example
White with #EDE2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE2DF; }
p { color: rgb(237,226,223); }
H1.HeaderClassName
{
color: #EDE2DF;
}
.AnyTagClassName
{
color: #EDE2DF;
}
</style>
background-color css
<style>
a { background-color: #EDE2DF; }
a { background-color: rgb(237,226,223); }
div.DivClassName
{
background-color: #EDE2DF;
}
.BgClassName
{
background-color: #EDE2DF;
}
</style>
border-color css
<style>
span { border-color: #EDE2DF; }
span { border-color: rgb(237,226,223); }
td.TdClassName
{
border-color: #EDE2DF;
}
.TagClassName
{
border-color: #EDE2DF;
}
</style>