Shades of Rice Cake #EDEBDD
Tints of Rice Cake #EDEBDD
RGB
CMYK
RGB Variations
Color information
#EDEBDD (or 0xEDEBDD) is known color: Rice Cake. HEX triplet: ED, EB and DD. RGB value is (237,235,221). Sum of RGB (Red+Green+Blue) = 237+235+221=693 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.20% from 693); Green value is 235 (92.19% from 255 or 33.91% from 693); Blue value is 221 (86.72% from 255 or 31.89% from 693); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEBDD is #121422. Grayscale: #EAEAEA. Windows color (decimal): -1184803 or 14543853. OLE color: 14543853.
HSL color Cylindrical-coordinate representation of color #EDEBDD: hue angle of 52.5º degrees, saturation: 0.31, 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 #EDEBDD is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 235 | 221 | - |
| CMYK | 0 | 0.01 | 0.07 | 0.07 |
| HSL | 52.5º | 0.31% | 0.9% | - |
| HSV(B) | 52.5º | 0.07% | 0.93% | - |
| XYZ | 77.68 | 82.64 | 80.26 | - |
| YUV | 234 | 120.66 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 235 | 221 | 0 | 0.01 | 0.07 | 0.07 | 52.5 | 0.31 | 0.9 |
| Hex | ED | EB | DD | 0 | 1 | 7 | 7 | 34 | 1F | 5A |
| Octal | 355 | 353 | 335 | 0 | 1 | 7 | 7 | 64 | 37 | 132 |
| Binary | 11101101 | 11101011 | 11011101 | 0 | 1 | 111 | 111 | 110100 | 11111 | 1011010 |
Color Harmonies of #EDEBDD
Complementary color
Monochromatic Colors of #EDEBDD
Black with #EDEBDD
Text Example
Text Example
White with #EDEBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEBDD; }
p { color: rgb(237,235,221); }
H1.HeaderClassName
{
color: #EDEBDD;
}
.AnyTagClassName
{
color: #EDEBDD;
}
</style>
background-color css
<style>
a { background-color: #EDEBDD; }
a { background-color: rgb(237,235,221); }
div.DivClassName
{
background-color: #EDEBDD;
}
.BgClassName
{
background-color: #EDEBDD;
}
</style>
border-color css
<style>
span { border-color: #EDEBDD; }
span { border-color: rgb(237,235,221); }
td.TdClassName
{
border-color: #EDEBDD;
}
.TagClassName
{
border-color: #EDEBDD;
}
</style>