Shades of Rice Cake #EEEDDF
Tints of Rice Cake #EEEDDF
RGB
CMYK
RGB Variations
Color information
#EEEDDF (or 0xEEEDDF) is known color: Rice Cake. HEX triplet: EE, ED and DF. RGB value is (238,237,223). Sum of RGB (Red+Green+Blue) = 238+237+223=698 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.10% from 698); Green value is 237 (92.97% from 255 or 33.95% from 698); Blue value is 223 (87.5% from 255 or 31.95% from 698); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEDDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEDDF is #111220. Grayscale: #EBEBEB. Windows color (decimal): -1118753 or 14675438. OLE color: 14675438.
HSL color Cylindrical-coordinate representation of color #EEEDDF: hue angle of 56º degrees, saturation: 0.31, 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 #EEEDDF is Cyan = 0, Magento = 0.00, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 237 | 223 | - |
CMYK | 0 | 0.00 | 0.06 | 0.07 |
HSL | 56º | 0.31% | 0.9% | - |
HSV(B) | 56º | 0.06% | 0.93% | - |
XYZ | 78.86 | 84.07 | 81.88 | - |
YUV | 235.7 | 120.83 | 129.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 237 | 223 | 0 | 0.00 | 0.06 | 0.07 | 56 | 0.31 | 0.9 |
Hex | EE | ED | DF | 0 | 0 | 6 | 7 | 38 | 1F | 5A |
Octal | 356 | 355 | 337 | 0 | 0 | 6 | 7 | 70 | 37 | 132 |
Binary | 11101110 | 11101101 | 11011111 | 0 | 0 | 110 | 111 | 111000 | 11111 | 1011010 |
Color Harmonies of #EEEDDF
Complementary color
Monochromatic Colors of #EEEDDF
Black with #EEEDDF
Text Example
Text Example
White with #EEEDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEDDF; }
p { color: rgb(238,237,223); }
H1.HeaderClassName
{
color: #EEEDDF;
}
.AnyTagClassName
{
color: #EEEDDF;
}
</style>
background-color css
<style>
a { background-color: #EEEDDF; }
a { background-color: rgb(238,237,223); }
div.DivClassName
{
background-color: #EEEDDF;
}
.BgClassName
{
background-color: #EEEDDF;
}
</style>
border-color css
<style>
span { border-color: #EEEDDF; }
span { border-color: rgb(238,237,223); }
td.TdClassName
{
border-color: #EEEDDF;
}
.TagClassName
{
border-color: #EEEDDF;
}
</style>