Shades of Rice Flower #EEF3CC
Tints of Rice Flower #EEF3CC
RGB
CMYK
RGB Variations
Color information
#EEF3CC (or 0xEEF3CC) is known color: Rice Flower. HEX triplet: EE, F3 and CC. RGB value is (238,243,204). Sum of RGB (Red+Green+Blue) = 238+243+204=685 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.74% from 685); Green value is 243 (95.31% from 255 or 35.47% from 685); Blue value is 204 (80.08% from 255 or 29.78% from 685); Max value from RGB is 243 - color contains mainly: green. Hex color #EEF3CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF3CC is #110C33. Grayscale: #EDEDED. Windows color (decimal): -1117236 or 13431790. OLE color: 13431790.
HSL color Cylindrical-coordinate representation of color #EEF3CC: hue angle of 67.69º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EEF3CC is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 243 | 204 | - |
| CMYK | 0.02 | 0 | 0.16 | 0.05 |
| HSL | 67.69º | 0.62% | 0.88% | - |
| HSV(B) | 67.69º | 0.16% | 0.95% | - |
| XYZ | 78.21 | 86.64 | 69.73 | - |
| YUV | 237.06 | 109.34 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 243 | 204 | 0.02 | 0 | 0.16 | 0.05 | 67.69 | 0.62 | 0.88 |
| Hex | EE | F3 | CC | 2 | 0 | 10 | 5 | 44 | 3E | 58 |
| Octal | 356 | 363 | 314 | 2 | 0 | 20 | 5 | 104 | 76 | 130 |
| Binary | 11101110 | 11110011 | 11001100 | 10 | 0 | 10000 | 101 | 1000100 | 111110 | 1011000 |
Color Harmonies of #EEF3CC
Complementary color
Monochromatic Colors of #EEF3CC
Black with #EEF3CC
Text Example
Text Example
White with #EEF3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF3CC; }
p { color: rgb(238,243,204); }
H1.HeaderClassName
{
color: #EEF3CC;
}
.AnyTagClassName
{
color: #EEF3CC;
}
</style>
background-color css
<style>
a { background-color: #EEF3CC; }
a { background-color: rgb(238,243,204); }
div.DivClassName
{
background-color: #EEF3CC;
}
.BgClassName
{
background-color: #EEF3CC;
}
</style>
border-color css
<style>
span { border-color: #EEF3CC; }
span { border-color: rgb(238,243,204); }
td.TdClassName
{
border-color: #EEF3CC;
}
.TagClassName
{
border-color: #EEF3CC;
}
</style>