Shades of Rice Cake #EDEBDB
Tints of Rice Cake #EDEBDB
RGB
CMYK
RGB Variations
Color information
#EDEBDB (or 0xEDEBDB) is known color: Rice Cake. HEX triplet: ED, EB and DB. RGB value is (237,235,219). Sum of RGB (Red+Green+Blue) = 237+235+219=691 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.30% from 691); Green value is 235 (92.19% from 255 or 34.01% from 691); Blue value is 219 (85.94% from 255 or 31.69% from 691); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEBDB is #121424. Grayscale: #E9E9E9. Windows color (decimal): -1184805 or 14412781. OLE color: 14412781.
HSL color Cylindrical-coordinate representation of color #EDEBDB: hue angle of 53.33º degrees, saturation: 0.33, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDEBDB is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 235 | 219 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.07 |
| HSL | 53.33º | 0.33% | 0.89% | - |
| HSV(B) | 53.33º | 0.08% | 0.93% | - |
| XYZ | 77.42 | 82.54 | 78.87 | - |
| YUV | 233.77 | 119.66 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 235 | 219 | 0 | 0.01 | 0.08 | 0.07 | 53.33 | 0.33 | 0.89 |
| Hex | ED | EB | DB | 0 | 1 | 8 | 7 | 35 | 21 | 59 |
| Octal | 355 | 353 | 333 | 0 | 1 | 10 | 7 | 65 | 41 | 131 |
| Binary | 11101101 | 11101011 | 11011011 | 0 | 1 | 1000 | 111 | 110101 | 100001 | 1011001 |
Color Harmonies of #EDEBDB
Complementary color
Monochromatic Colors of #EDEBDB
Black with #EDEBDB
Text Example
Text Example
White with #EDEBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEBDB; }
p { color: rgb(237,235,219); }
H1.HeaderClassName
{
color: #EDEBDB;
}
.AnyTagClassName
{
color: #EDEBDB;
}
</style>
background-color css
<style>
a { background-color: #EDEBDB; }
a { background-color: rgb(237,235,219); }
div.DivClassName
{
background-color: #EDEBDB;
}
.BgClassName
{
background-color: #EDEBDB;
}
</style>
border-color css
<style>
span { border-color: #EDEBDB; }
span { border-color: rgb(237,235,219); }
td.TdClassName
{
border-color: #EDEBDB;
}
.TagClassName
{
border-color: #EDEBDB;
}
</style>