Shades of Rice Cake #EEEDDD
Tints of Rice Cake #EEEDDD
RGB
CMYK
RGB Variations
Color information
#EEEDDD (or 0xEEEDDD) is known color: Rice Cake. HEX triplet: EE, ED and DD. RGB value is (238,237,221). Sum of RGB (Red+Green+Blue) = 238+237+221=696 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.20% from 696); Green value is 237 (92.97% from 255 or 34.05% from 696); Blue value is 221 (86.72% from 255 or 31.75% from 696); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEDDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEDDD is #111222. Grayscale: #EBEBEB. Windows color (decimal): -1118755 or 14544366. OLE color: 14544366.
HSL color Cylindrical-coordinate representation of color #EEEDDD: hue angle of 56.47º degrees, saturation: 0.33, 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 #EEEDDD is Cyan = 0, Magento = 0.00, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 237 | 221 | - |
CMYK | 0 | 0.00 | 0.07 | 0.07 |
HSL | 56.47º | 0.33% | 0.9% | - |
HSV(B) | 56.47º | 0.07% | 0.93% | - |
XYZ | 78.6 | 83.97 | 80.47 | - |
YUV | 235.48 | 119.83 | 129.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 237 | 221 | 0 | 0.00 | 0.07 | 0.07 | 56.47 | 0.33 | 0.9 |
Hex | EE | ED | DD | 0 | 0 | 7 | 7 | 38 | 21 | 5A |
Octal | 356 | 355 | 335 | 0 | 0 | 7 | 7 | 70 | 41 | 132 |
Binary | 11101110 | 11101101 | 11011101 | 0 | 0 | 111 | 111 | 111000 | 100001 | 1011010 |
Color Harmonies of #EEEDDD
Complementary color
Monochromatic Colors of #EEEDDD
Black with #EEEDDD
Text Example
Text Example
White with #EEEDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEDDD; }
p { color: rgb(238,237,221); }
H1.HeaderClassName
{
color: #EEEDDD;
}
.AnyTagClassName
{
color: #EEEDDD;
}
</style>
background-color css
<style>
a { background-color: #EEEDDD; }
a { background-color: rgb(238,237,221); }
div.DivClassName
{
background-color: #EEEDDD;
}
.BgClassName
{
background-color: #EEEDDD;
}
</style>
border-color css
<style>
span { border-color: #EEEDDD; }
span { border-color: rgb(238,237,221); }
td.TdClassName
{
border-color: #EEEDDD;
}
.TagClassName
{
border-color: #EEEDDD;
}
</style>