Shades of Rice Cake #EDEBDE
Tints of Rice Cake #EDEBDE
RGB
CMYK
RGB Variations
Color information
#EDEBDE (or 0xEDEBDE) is known color: Rice Cake. HEX triplet: ED, EB and DE. RGB value is (237,235,222). Sum of RGB (Red+Green+Blue) = 237+235+222=694 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.15% from 694); Green value is 235 (92.19% from 255 or 33.86% from 694); Blue value is 222 (87.11% from 255 or 31.99% from 694); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEBDE is #121421. Grayscale: #EAEAEA. Windows color (decimal): -1184802 or 14609389. OLE color: 14609389.
HSL color Cylindrical-coordinate representation of color #EDEBDE: hue angle of 52º 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 #EDEBDE is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 235 | 222 | - |
| CMYK | 0 | 0.01 | 0.06 | 0.07 |
| HSL | 52º | 0.29% | 0.9% | - |
| HSV(B) | 52º | 0.06% | 0.93% | - |
| XYZ | 77.82 | 82.7 | 80.97 | - |
| YUV | 234.12 | 121.16 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 235 | 222 | 0 | 0.01 | 0.06 | 0.07 | 52 | 0.29 | 0.9 |
| Hex | ED | EB | DE | 0 | 1 | 6 | 7 | 34 | 1D | 5A |
| Octal | 355 | 353 | 336 | 0 | 1 | 6 | 7 | 64 | 35 | 132 |
| Binary | 11101101 | 11101011 | 11011110 | 0 | 1 | 110 | 111 | 110100 | 11101 | 1011010 |
Color Harmonies of #EDEBDE
Complementary color
Monochromatic Colors of #EDEBDE
Black with #EDEBDE
Text Example
Text Example
White with #EDEBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEBDE; }
p { color: rgb(237,235,222); }
H1.HeaderClassName
{
color: #EDEBDE;
}
.AnyTagClassName
{
color: #EDEBDE;
}
</style>
background-color css
<style>
a { background-color: #EDEBDE; }
a { background-color: rgb(237,235,222); }
div.DivClassName
{
background-color: #EDEBDE;
}
.BgClassName
{
background-color: #EDEBDE;
}
</style>
border-color css
<style>
span { border-color: #EDEBDE; }
span { border-color: rgb(237,235,222); }
td.TdClassName
{
border-color: #EDEBDE;
}
.TagClassName
{
border-color: #EDEBDE;
}
</style>