Shades of Rice Flower #EBF1D1
Tints of Rice Flower #EBF1D1
RGB
CMYK
RGB Variations
Color information
#EBF1D1 (or 0xEBF1D1) is known color: Rice Flower. HEX triplet: EB, F1 and D1. RGB value is (235,241,209). Sum of RGB (Red+Green+Blue) = 235+241+209=685 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.31% from 685); Green value is 241 (94.53% from 255 or 35.18% from 685); Blue value is 209 (82.03% from 255 or 30.51% from 685); Max value from RGB is 241 - color contains mainly: green. Hex color #EBF1D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF1D1 is #140E2E. Grayscale: #EBEBEB. Windows color (decimal): -1314351 or 13758955. OLE color: 13758955.
HSL color Cylindrical-coordinate representation of color #EBF1D1: hue angle of 71.25º degrees, saturation: 0.53, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EBF1D1 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 241 | 209 | - |
| CMYK | 0.02 | 0 | 0.13 | 0.05 |
| HSL | 71.25º | 0.53% | 0.88% | - |
| HSV(B) | 71.25º | 0.13% | 0.95% | - |
| XYZ | 77.22 | 85.18 | 72.69 | - |
| YUV | 235.56 | 113.01 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 241 | 209 | 0.02 | 0 | 0.13 | 0.05 | 71.25 | 0.53 | 0.88 |
| Hex | EB | F1 | D1 | 2 | 0 | D | 5 | 47 | 35 | 58 |
| Octal | 353 | 361 | 321 | 2 | 0 | 15 | 5 | 107 | 65 | 130 |
| Binary | 11101011 | 11110001 | 11010001 | 10 | 0 | 1101 | 101 | 1000111 | 110101 | 1011000 |
Color Harmonies of #EBF1D1
Complementary color
Monochromatic Colors of #EBF1D1
Black with #EBF1D1
Text Example
Text Example
White with #EBF1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF1D1; }
p { color: rgb(235,241,209); }
H1.HeaderClassName
{
color: #EBF1D1;
}
.AnyTagClassName
{
color: #EBF1D1;
}
</style>
background-color css
<style>
a { background-color: #EBF1D1; }
a { background-color: rgb(235,241,209); }
div.DivClassName
{
background-color: #EBF1D1;
}
.BgClassName
{
background-color: #EBF1D1;
}
</style>
border-color css
<style>
span { border-color: #EBF1D1; }
span { border-color: rgb(235,241,209); }
td.TdClassName
{
border-color: #EBF1D1;
}
.TagClassName
{
border-color: #EBF1D1;
}
</style>