Shades of Rice Cake #EDEBDC
Tints of Rice Cake #EDEBDC
RGB
CMYK
RGB Variations
Color information
#EDEBDC (or 0xEDEBDC) is known color: Rice Cake. HEX triplet: ED, EB and DC. RGB value is (237,235,220). Sum of RGB (Red+Green+Blue) = 237+235+220=692 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.25% from 692); Green value is 235 (92.19% from 255 or 33.96% from 692); Blue value is 220 (86.33% from 255 or 31.79% from 692); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEBDC is #121423. Grayscale: #E9E9E9. Windows color (decimal): -1184804 or 14478317. OLE color: 14478317.
HSL color Cylindrical-coordinate representation of color #EDEBDC: hue angle of 52.94º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDEBDC is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 235 | 220 | - |
| CMYK | 0 | 0.01 | 0.07 | 0.07 |
| HSL | 52.94º | 0.32% | 0.9% | - |
| HSV(B) | 52.94º | 0.07% | 0.93% | - |
| XYZ | 77.55 | 82.59 | 79.56 | - |
| YUV | 233.89 | 120.16 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 235 | 220 | 0 | 0.01 | 0.07 | 0.07 | 52.94 | 0.32 | 0.9 |
| Hex | ED | EB | DC | 0 | 1 | 7 | 7 | 35 | 20 | 5A |
| Octal | 355 | 353 | 334 | 0 | 1 | 7 | 7 | 65 | 40 | 132 |
| Binary | 11101101 | 11101011 | 11011100 | 0 | 1 | 111 | 111 | 110101 | 100000 | 1011010 |
Color Harmonies of #EDEBDC
Complementary color
Monochromatic Colors of #EDEBDC
Black with #EDEBDC
Text Example
Text Example
White with #EDEBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEBDC; }
p { color: rgb(237,235,220); }
H1.HeaderClassName
{
color: #EDEBDC;
}
.AnyTagClassName
{
color: #EDEBDC;
}
</style>
background-color css
<style>
a { background-color: #EDEBDC; }
a { background-color: rgb(237,235,220); }
div.DivClassName
{
background-color: #EDEBDC;
}
.BgClassName
{
background-color: #EDEBDC;
}
</style>
border-color css
<style>
span { border-color: #EDEBDC; }
span { border-color: rgb(237,235,220); }
td.TdClassName
{
border-color: #EDEBDC;
}
.TagClassName
{
border-color: #EDEBDC;
}
</style>