Shades of Rice Cake #EDECDE
Tints of Rice Cake #EDECDE
RGB
CMYK
RGB Variations
Color information
#EDECDE (or 0xEDECDE) is known color: Rice Cake. HEX triplet: ED, EC and DE. RGB value is (237,236,222). Sum of RGB (Red+Green+Blue) = 237+236+222=695 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.10% from 695); Green value is 236 (92.58% from 255 or 33.96% from 695); Blue value is 222 (87.11% from 255 or 31.94% from 695); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDECDE is #121321. Grayscale: #EAEAEA. Windows color (decimal): -1184546 or 14609645. OLE color: 14609645.
HSL color Cylindrical-coordinate representation of color #EDECDE: hue angle of 56º degrees, saturation: 0.29, 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 #EDECDE is Cyan = 0, Magento = 0.00, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 236 | 222 | - |
| CMYK | 0 | 0.00 | 0.06 | 0.07 |
| HSL | 56º | 0.29% | 0.9% | - |
| HSV(B) | 56º | 0.06% | 0.93% | - |
| XYZ | 78.11 | 83.27 | 81.06 | - |
| YUV | 234.7 | 120.83 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 236 | 222 | 0 | 0.00 | 0.06 | 0.07 | 56 | 0.29 | 0.9 |
| Hex | ED | EC | DE | 0 | 0 | 6 | 7 | 38 | 1D | 5A |
| Octal | 355 | 354 | 336 | 0 | 0 | 6 | 7 | 70 | 35 | 132 |
| Binary | 11101101 | 11101100 | 11011110 | 0 | 0 | 110 | 111 | 111000 | 11101 | 1011010 |
Color Harmonies of #EDECDE
Complementary color
Monochromatic Colors of #EDECDE
Black with #EDECDE
Text Example
Text Example
White with #EDECDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDECDE; }
p { color: rgb(237,236,222); }
H1.HeaderClassName
{
color: #EDECDE;
}
.AnyTagClassName
{
color: #EDECDE;
}
</style>
background-color css
<style>
a { background-color: #EDECDE; }
a { background-color: rgb(237,236,222); }
div.DivClassName
{
background-color: #EDECDE;
}
.BgClassName
{
background-color: #EDECDE;
}
</style>
border-color css
<style>
span { border-color: #EDECDE; }
span { border-color: rgb(237,236,222); }
td.TdClassName
{
border-color: #EDECDE;
}
.TagClassName
{
border-color: #EDECDE;
}
</style>