Shades of Rice Cake #EDEADD
Tints of Rice Cake #EDEADD
RGB
CMYK
RGB Variations
Color information
#EDEADD (or 0xEDEADD) is known color: Rice Cake. HEX triplet: ED, EA and DD. RGB value is (237,234,221). Sum of RGB (Red+Green+Blue) = 237+234+221=692 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.25% from 692); Green value is 234 (91.80% from 255 or 33.82% from 692); Blue value is 221 (86.72% from 255 or 31.94% from 692); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEADD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEADD is #121522. Grayscale: #E9E9E9. Windows color (decimal): -1185059 or 14543597. OLE color: 14543597.
HSL color Cylindrical-coordinate representation of color #EDEADD: hue angle of 48.75º 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 #EDEADD is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 234 | 221 | - |
| CMYK | 0 | 0.01 | 0.07 | 0.07 |
| HSL | 48.75º | 0.31% | 0.9% | - |
| HSV(B) | 48.75º | 0.07% | 0.93% | - |
| XYZ | 77.4 | 82.07 | 80.17 | - |
| YUV | 233.42 | 120.99 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 234 | 221 | 0 | 0.01 | 0.07 | 0.07 | 48.75 | 0.31 | 0.9 |
| Hex | ED | EA | DD | 0 | 1 | 7 | 7 | 31 | 1F | 5A |
| Octal | 355 | 352 | 335 | 0 | 1 | 7 | 7 | 61 | 37 | 132 |
| Binary | 11101101 | 11101010 | 11011101 | 0 | 1 | 111 | 111 | 110001 | 11111 | 1011010 |
Color Harmonies of #EDEADD
Complementary color
Monochromatic Colors of #EDEADD
Black with #EDEADD
Text Example
Text Example
White with #EDEADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEADD; }
p { color: rgb(237,234,221); }
H1.HeaderClassName
{
color: #EDEADD;
}
.AnyTagClassName
{
color: #EDEADD;
}
</style>
background-color css
<style>
a { background-color: #EDEADD; }
a { background-color: rgb(237,234,221); }
div.DivClassName
{
background-color: #EDEADD;
}
.BgClassName
{
background-color: #EDEADD;
}
</style>
border-color css
<style>
span { border-color: #EDEADD; }
span { border-color: rgb(237,234,221); }
td.TdClassName
{
border-color: #EDEADD;
}
.TagClassName
{
border-color: #EDEADD;
}
</style>