Shades of Rice Cake #ECEBDD
Tints of Rice Cake #ECEBDD
RGB
CMYK
RGB Variations
Color information
#ECEBDD (or 0xECEBDD) is known color: Rice Cake. HEX triplet: EC, EB and DD. RGB value is (236,235,221). Sum of RGB (Red+Green+Blue) = 236+235+221=692 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.10% from 692); Green value is 235 (92.19% from 255 or 33.96% from 692); Blue value is 221 (86.72% from 255 or 31.94% from 692); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEBDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEBDD is #131422. Grayscale: #E9E9E9. Windows color (decimal): -1250339 or 14543852. OLE color: 14543852.
HSL color Cylindrical-coordinate representation of color #ECEBDD: hue angle of 56º degrees, saturation: 0.28, 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 #ECEBDD is Cyan = 0, Magento = 0.00, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 235 | 221 | - |
CMYK | 0 | 0.00 | 0.06 | 0.07 |
HSL | 56º | 0.28% | 0.9% | - |
HSV(B) | 56º | 0.06% | 0.93% | - |
XYZ | 77.35 | 82.47 | 80.25 | - |
YUV | 233.7 | 120.83 | 129.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 235 | 221 | 0 | 0.00 | 0.06 | 0.07 | 56 | 0.28 | 0.9 |
Hex | EC | EB | DD | 0 | 0 | 6 | 7 | 38 | 1C | 5A |
Octal | 354 | 353 | 335 | 0 | 0 | 6 | 7 | 70 | 34 | 132 |
Binary | 11101100 | 11101011 | 11011101 | 0 | 0 | 110 | 111 | 111000 | 11100 | 1011010 |
Color Harmonies of #ECEBDD
Complementary color
Monochromatic Colors of #ECEBDD
Black with #ECEBDD
Text Example
Text Example
White with #ECEBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEBDD; }
p { color: rgb(236,235,221); }
H1.HeaderClassName
{
color: #ECEBDD;
}
.AnyTagClassName
{
color: #ECEBDD;
}
</style>
background-color css
<style>
a { background-color: #ECEBDD; }
a { background-color: rgb(236,235,221); }
div.DivClassName
{
background-color: #ECEBDD;
}
.BgClassName
{
background-color: #ECEBDD;
}
</style>
border-color css
<style>
span { border-color: #ECEBDD; }
span { border-color: rgb(236,235,221); }
td.TdClassName
{
border-color: #ECEBDD;
}
.TagClassName
{
border-color: #ECEBDD;
}
</style>