Shades of Rice Flower #EBF1D0
Tints of Rice Flower #EBF1D0
RGB
CMYK
RGB Variations
Color information
#EBF1D0 (or 0xEBF1D0) is known color: Rice Flower. HEX triplet: EB, F1 and D0. RGB value is (235,241,208). Sum of RGB (Red+Green+Blue) = 235+241+208=684 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.36% from 684); Green value is 241 (94.53% from 255 or 35.23% from 684); Blue value is 208 (81.64% from 255 or 30.41% from 684); Max value from RGB is 241 - color contains mainly: green. Hex color #EBF1D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF1D0 is #140E2F. Grayscale: #EBEBEB. Windows color (decimal): -1314352 or 13693419. OLE color: 13693419.
HSL color Cylindrical-coordinate representation of color #EBF1D0: hue angle of 70.91º degrees, saturation: 0.54, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EBF1D0 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 241 | 208 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.05 |
| HSL | 70.91º | 0.54% | 0.88% | - |
| HSV(B) | 70.91º | 0.14% | 0.95% | - |
| XYZ | 77.1 | 85.13 | 72.04 | - |
| YUV | 235.44 | 112.51 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 241 | 208 | 0.02 | 0 | 0.14 | 0.05 | 70.91 | 0.54 | 0.88 |
| Hex | EB | F1 | D0 | 2 | 0 | E | 5 | 47 | 36 | 58 |
| Octal | 353 | 361 | 320 | 2 | 0 | 16 | 5 | 107 | 66 | 130 |
| Binary | 11101011 | 11110001 | 11010000 | 10 | 0 | 1110 | 101 | 1000111 | 110110 | 1011000 |
Color Harmonies of #EBF1D0
Complementary color
Monochromatic Colors of #EBF1D0
Black with #EBF1D0
Text Example
Text Example
White with #EBF1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF1D0; }
p { color: rgb(235,241,208); }
H1.HeaderClassName
{
color: #EBF1D0;
}
.AnyTagClassName
{
color: #EBF1D0;
}
</style>
background-color css
<style>
a { background-color: #EBF1D0; }
a { background-color: rgb(235,241,208); }
div.DivClassName
{
background-color: #EBF1D0;
}
.BgClassName
{
background-color: #EBF1D0;
}
</style>
border-color css
<style>
span { border-color: #EBF1D0; }
span { border-color: rgb(235,241,208); }
td.TdClassName
{
border-color: #EBF1D0;
}
.TagClassName
{
border-color: #EBF1D0;
}
</style>