Shades of Rice Cake #ECEBDE
Tints of Rice Cake #ECEBDE
RGB
CMYK
RGB Variations
Color information
#ECEBDE (or 0xECEBDE) is known color: Rice Cake. HEX triplet: EC, EB and DE. RGB value is (236,235,222). Sum of RGB (Red+Green+Blue) = 236+235+222=693 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.05% from 693); Green value is 235 (92.19% from 255 or 33.91% from 693); Blue value is 222 (87.11% from 255 or 32.03% from 693); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEBDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEBDE is #131421. Grayscale: #E9E9E9. Windows color (decimal): -1250338 or 14609388. OLE color: 14609388.
HSL color Cylindrical-coordinate representation of color #ECEBDE: hue angle of 55.71º degrees, saturation: 0.27, 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 #ECEBDE is Cyan = 0, Magento = 0.00, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 235 | 222 | - |
| CMYK | 0 | 0.00 | 0.06 | 0.07 |
| HSL | 55.71º | 0.27% | 0.9% | - |
| HSV(B) | 55.71º | 0.06% | 0.93% | - |
| XYZ | 77.49 | 82.52 | 80.95 | - |
| YUV | 233.82 | 121.33 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 235 | 222 | 0 | 0.00 | 0.06 | 0.07 | 55.71 | 0.27 | 0.9 |
| Hex | EC | EB | DE | 0 | 0 | 6 | 7 | 38 | 1B | 5A |
| Octal | 354 | 353 | 336 | 0 | 0 | 6 | 7 | 70 | 33 | 132 |
| Binary | 11101100 | 11101011 | 11011110 | 0 | 0 | 110 | 111 | 111000 | 11011 | 1011010 |
Color Harmonies of #ECEBDE
Complementary color
Monochromatic Colors of #ECEBDE
Black with #ECEBDE
Text Example
Text Example
White with #ECEBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEBDE; }
p { color: rgb(236,235,222); }
H1.HeaderClassName
{
color: #ECEBDE;
}
.AnyTagClassName
{
color: #ECEBDE;
}
</style>
background-color css
<style>
a { background-color: #ECEBDE; }
a { background-color: rgb(236,235,222); }
div.DivClassName
{
background-color: #ECEBDE;
}
.BgClassName
{
background-color: #ECEBDE;
}
</style>
border-color css
<style>
span { border-color: #ECEBDE; }
span { border-color: rgb(236,235,222); }
td.TdClassName
{
border-color: #ECEBDE;
}
.TagClassName
{
border-color: #ECEBDE;
}
</style>