Shades of Rice Flower #EBEFD6
Tints of Rice Flower #EBEFD6
RGB
CMYK
RGB Variations
Color information
#EBEFD6 (or 0xEBEFD6) is known color: Rice Flower. HEX triplet: EB, EF and D6. RGB value is (235,239,214). Sum of RGB (Red+Green+Blue) = 235+239+214=688 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.16% from 688); Green value is 239 (93.75% from 255 or 34.74% from 688); Blue value is 214 (83.98% from 255 or 31.10% from 688); Max value from RGB is 239 - color contains mainly: green. Hex color #EBEFD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEFD6 is #141029. Grayscale: #EBEBEB. Windows color (decimal): -1314858 or 14086123. OLE color: 14086123.
HSL color Cylindrical-coordinate representation of color #EBEFD6: hue angle of 69.6º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EBEFD6 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 239 | 214 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.06 |
| HSL | 69.6º | 0.44% | 0.89% | - |
| HSV(B) | 69.6º | 0.1% | 0.94% | - |
| XYZ | 77.27 | 84.25 | 75.81 | - |
| YUV | 234.95 | 116.17 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 239 | 214 | 0.02 | 0 | 0.10 | 0.06 | 69.6 | 0.44 | 0.89 |
| Hex | EB | EF | D6 | 2 | 0 | A | 6 | 46 | 2C | 59 |
| Octal | 353 | 357 | 326 | 2 | 0 | 12 | 6 | 106 | 54 | 131 |
| Binary | 11101011 | 11101111 | 11010110 | 10 | 0 | 1010 | 110 | 1000110 | 101100 | 1011001 |
Color Harmonies of #EBEFD6
Complementary color
Monochromatic Colors of #EBEFD6
Black with #EBEFD6
Text Example
Text Example
White with #EBEFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEFD6; }
p { color: rgb(235,239,214); }
H1.HeaderClassName
{
color: #EBEFD6;
}
.AnyTagClassName
{
color: #EBEFD6;
}
</style>
background-color css
<style>
a { background-color: #EBEFD6; }
a { background-color: rgb(235,239,214); }
div.DivClassName
{
background-color: #EBEFD6;
}
.BgClassName
{
background-color: #EBEFD6;
}
</style>
border-color css
<style>
span { border-color: #EBEFD6; }
span { border-color: rgb(235,239,214); }
td.TdClassName
{
border-color: #EBEFD6;
}
.TagClassName
{
border-color: #EBEFD6;
}
</style>