Shades of Rice Cake #ECE9DB
Tints of Rice Cake #ECE9DB
RGB
CMYK
RGB Variations
Color information
#ECE9DB (or 0xECE9DB) is known color: Rice Cake. HEX triplet: EC, E9 and DB. RGB value is (236,233,219). Sum of RGB (Red+Green+Blue) = 236+233+219=688 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.30% from 688); Green value is 233 (91.41% from 255 or 33.87% from 688); Blue value is 219 (85.94% from 255 or 31.83% from 688); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE9DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE9DB is #131624. Grayscale: #E8E8E8. Windows color (decimal): -1250853 or 14412268. OLE color: 14412268.
HSL color Cylindrical-coordinate representation of color #ECE9DB: hue angle of 49.41º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECE9DB is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 233 | 219 | - |
CMYK | 0 | 0.01 | 0.07 | 0.07 |
HSL | 49.41º | 0.31% | 0.89% | - |
HSV(B) | 49.41º | 0.07% | 0.93% | - |
XYZ | 76.52 | 81.23 | 78.66 | - |
YUV | 232.3 | 120.49 | 130.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 233 | 219 | 0 | 0.01 | 0.07 | 0.07 | 49.41 | 0.31 | 0.89 |
Hex | EC | E9 | DB | 0 | 1 | 7 | 7 | 31 | 1F | 59 |
Octal | 354 | 351 | 333 | 0 | 1 | 7 | 7 | 61 | 37 | 131 |
Binary | 11101100 | 11101001 | 11011011 | 0 | 1 | 111 | 111 | 110001 | 11111 | 1011001 |
Color Harmonies of #ECE9DB
Complementary color
Monochromatic Colors of #ECE9DB
Black with #ECE9DB
Text Example
Text Example
White with #ECE9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE9DB; }
p { color: rgb(236,233,219); }
H1.HeaderClassName
{
color: #ECE9DB;
}
.AnyTagClassName
{
color: #ECE9DB;
}
</style>
background-color css
<style>
a { background-color: #ECE9DB; }
a { background-color: rgb(236,233,219); }
div.DivClassName
{
background-color: #ECE9DB;
}
.BgClassName
{
background-color: #ECE9DB;
}
</style>
border-color css
<style>
span { border-color: #ECE9DB; }
span { border-color: rgb(236,233,219); }
td.TdClassName
{
border-color: #ECE9DB;
}
.TagClassName
{
border-color: #ECE9DB;
}
</style>