Shades of Rice Cake #EEECDB
Tints of Rice Cake #EEECDB
RGB
CMYK
RGB Variations
Color information
#EEECDB (or 0xEEECDB) is known color: Rice Cake. HEX triplet: EE, EC and DB. RGB value is (238,236,219). Sum of RGB (Red+Green+Blue) = 238+236+219=693 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.34% from 693); Green value is 236 (92.58% from 255 or 34.05% from 693); Blue value is 219 (85.94% from 255 or 31.60% from 693); Max value from RGB is 238 - color contains mainly: red. Hex color #EEECDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEECDB is #111324. Grayscale: #EAEAEA. Windows color (decimal): -1119013 or 14413038. OLE color: 14413038.
HSL color Cylindrical-coordinate representation of color #EEECDB: hue angle of 53.68º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EEECDB is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 236 | 219 | - |
CMYK | 0 | 0.01 | 0.08 | 0.07 |
HSL | 53.68º | 0.36% | 0.9% | - |
HSV(B) | 53.68º | 0.08% | 0.93% | - |
XYZ | 78.04 | 83.28 | 78.98 | - |
YUV | 234.66 | 119.16 | 130.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 236 | 219 | 0 | 0.01 | 0.08 | 0.07 | 53.68 | 0.36 | 0.9 |
Hex | EE | EC | DB | 0 | 1 | 8 | 7 | 36 | 24 | 5A |
Octal | 356 | 354 | 333 | 0 | 1 | 10 | 7 | 66 | 44 | 132 |
Binary | 11101110 | 11101100 | 11011011 | 0 | 1 | 1000 | 111 | 110110 | 100100 | 1011010 |
Color Harmonies of #EEECDB
Complementary color
Monochromatic Colors of #EEECDB
Black with #EEECDB
Text Example
Text Example
White with #EEECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEECDB; }
p { color: rgb(238,236,219); }
H1.HeaderClassName
{
color: #EEECDB;
}
.AnyTagClassName
{
color: #EEECDB;
}
</style>
background-color css
<style>
a { background-color: #EEECDB; }
a { background-color: rgb(238,236,219); }
div.DivClassName
{
background-color: #EEECDB;
}
.BgClassName
{
background-color: #EEECDB;
}
</style>
border-color css
<style>
span { border-color: #EEECDB; }
span { border-color: rgb(238,236,219); }
td.TdClassName
{
border-color: #EEECDB;
}
.TagClassName
{
border-color: #EEECDB;
}
</style>