Shades of Rice Cake #EEEDDC
Tints of Rice Cake #EEEDDC
RGB
CMYK
RGB Variations
Color information
#EEEDDC (or 0xEEEDDC) is known color: Rice Cake. HEX triplet: EE, ED and DC. RGB value is (238,237,220). Sum of RGB (Red+Green+Blue) = 238+237+220=695 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.24% from 695); Green value is 237 (92.97% from 255 or 34.10% from 695); Blue value is 220 (86.33% from 255 or 31.65% from 695); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEDDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEDDC is #111223. Grayscale: #EBEBEB. Windows color (decimal): -1118756 or 14478830. OLE color: 14478830.
HSL color Cylindrical-coordinate representation of color #EEEDDC: hue angle of 56.67º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EEEDDC is Cyan = 0, Magento = 0.00, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 237 | 220 | - |
CMYK | 0 | 0.00 | 0.08 | 0.07 |
HSL | 56.67º | 0.35% | 0.9% | - |
HSV(B) | 56.67º | 0.08% | 0.93% | - |
XYZ | 78.46 | 83.91 | 79.77 | - |
YUV | 235.36 | 119.33 | 129.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 237 | 220 | 0 | 0.00 | 0.08 | 0.07 | 56.67 | 0.35 | 0.9 |
Hex | EE | ED | DC | 0 | 0 | 8 | 7 | 39 | 23 | 5A |
Octal | 356 | 355 | 334 | 0 | 0 | 10 | 7 | 71 | 43 | 132 |
Binary | 11101110 | 11101101 | 11011100 | 0 | 0 | 1000 | 111 | 111001 | 100011 | 1011010 |
Color Harmonies of #EEEDDC
Complementary color
Monochromatic Colors of #EEEDDC
Black with #EEEDDC
Text Example
Text Example
White with #EEEDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEDDC; }
p { color: rgb(238,237,220); }
H1.HeaderClassName
{
color: #EEEDDC;
}
.AnyTagClassName
{
color: #EEEDDC;
}
</style>
background-color css
<style>
a { background-color: #EEEDDC; }
a { background-color: rgb(238,237,220); }
div.DivClassName
{
background-color: #EEEDDC;
}
.BgClassName
{
background-color: #EEEDDC;
}
</style>
border-color css
<style>
span { border-color: #EEEDDC; }
span { border-color: rgb(238,237,220); }
td.TdClassName
{
border-color: #EEEDDC;
}
.TagClassName
{
border-color: #EEEDDC;
}
</style>