Shades of Rice Cake #EDECDD
Tints of Rice Cake #EDECDD
RGB
CMYK
RGB Variations
Color information
#EDECDD (or 0xEDECDD) is known color: Rice Cake. HEX triplet: ED, EC and DD. RGB value is (237,236,221). Sum of RGB (Red+Green+Blue) = 237+236+221=694 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.15% from 694); Green value is 236 (92.58% from 255 or 34.01% from 694); Blue value is 221 (86.72% from 255 or 31.84% from 694); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDECDD is #121322. Grayscale: #EAEAEA. Windows color (decimal): -1184547 or 14544109. OLE color: 14544109.
HSL color Cylindrical-coordinate representation of color #EDECDD: hue angle of 56.25º 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 #EDECDD is Cyan = 0, Magento = 0.00, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 236 | 221 | - |
CMYK | 0 | 0.00 | 0.07 | 0.07 |
HSL | 56.25º | 0.31% | 0.9% | - |
HSV(B) | 56.25º | 0.07% | 0.93% | - |
XYZ | 77.97 | 83.22 | 80.36 | - |
YUV | 234.59 | 120.33 | 129.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 236 | 221 | 0 | 0.00 | 0.07 | 0.07 | 56.25 | 0.31 | 0.9 |
Hex | ED | EC | DD | 0 | 0 | 7 | 7 | 38 | 1F | 5A |
Octal | 355 | 354 | 335 | 0 | 0 | 7 | 7 | 70 | 37 | 132 |
Binary | 11101101 | 11101100 | 11011101 | 0 | 0 | 111 | 111 | 111000 | 11111 | 1011010 |
Color Harmonies of #EDECDD
Complementary color
Monochromatic Colors of #EDECDD
Black with #EDECDD
Text Example
Text Example
White with #EDECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDECDD; }
p { color: rgb(237,236,221); }
H1.HeaderClassName
{
color: #EDECDD;
}
.AnyTagClassName
{
color: #EDECDD;
}
</style>
background-color css
<style>
a { background-color: #EDECDD; }
a { background-color: rgb(237,236,221); }
div.DivClassName
{
background-color: #EDECDD;
}
.BgClassName
{
background-color: #EDECDD;
}
</style>
border-color css
<style>
span { border-color: #EDECDD; }
span { border-color: rgb(237,236,221); }
td.TdClassName
{
border-color: #EDECDD;
}
.TagClassName
{
border-color: #EDECDD;
}
</style>