Shades of Rice Cake #EBEADF
Tints of Rice Cake #EBEADF
RGB
CMYK
RGB Variations
Color information
#EBEADF (or 0xEBEADF) is known color: Rice Cake. HEX triplet: EB, EA and DF. RGB value is (235,234,223). Sum of RGB (Red+Green+Blue) = 235+234+223=692 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.96% from 692); Green value is 234 (91.80% from 255 or 33.82% from 692); Blue value is 223 (87.5% from 255 or 32.23% from 692); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEADF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEADF is #141520. Grayscale: #E9E9E9. Windows color (decimal): -1316129 or 14674667. OLE color: 14674667.
HSL color Cylindrical-coordinate representation of color #EBEADF: hue angle of 55º degrees, saturation: 0.23, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EBEADF is Cyan = 0, Magento = 0.00, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 234 | 223 | - |
| CMYK | 0 | 0.00 | 0.05 | 0.08 |
| HSL | 55º | 0.23% | 0.9% | - |
| HSV(B) | 55º | 0.05% | 0.92% | - |
| XYZ | 77 | 81.84 | 81.55 | - |
| YUV | 233.05 | 122.33 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 234 | 223 | 0 | 0.00 | 0.05 | 0.08 | 55 | 0.23 | 0.9 |
| Hex | EB | EA | DF | 0 | 0 | 5 | 8 | 37 | 17 | 5A |
| Octal | 353 | 352 | 337 | 0 | 0 | 5 | 10 | 67 | 27 | 132 |
| Binary | 11101011 | 11101010 | 11011111 | 0 | 0 | 101 | 1000 | 110111 | 10111 | 1011010 |
Color Harmonies of #EBEADF
Complementary color
Monochromatic Colors of #EBEADF
Black with #EBEADF
Text Example
Text Example
White with #EBEADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEADF; }
p { color: rgb(235,234,223); }
H1.HeaderClassName
{
color: #EBEADF;
}
.AnyTagClassName
{
color: #EBEADF;
}
</style>
background-color css
<style>
a { background-color: #EBEADF; }
a { background-color: rgb(235,234,223); }
div.DivClassName
{
background-color: #EBEADF;
}
.BgClassName
{
background-color: #EBEADF;
}
</style>
border-color css
<style>
span { border-color: #EBEADF; }
span { border-color: rgb(235,234,223); }
td.TdClassName
{
border-color: #EBEADF;
}
.TagClassName
{
border-color: #EBEADF;
}
</style>