Shades of Rice Flower #EBEECF
Tints of Rice Flower #EBEECF
RGB
CMYK
RGB Variations
Color information
#EBEECF (or 0xEBEECF) is known color: Rice Flower. HEX triplet: EB, EE and CF. RGB value is (235,238,207). Sum of RGB (Red+Green+Blue) = 235+238+207=680 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.56% from 680); Green value is 238 (93.36% from 255 or 35% from 680); Blue value is 207 (81.25% from 255 or 30.44% from 680); Max value from RGB is 238 - color contains mainly: green. Hex color #EBEECF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEECF is #141130. Grayscale: #E9E9E9. Windows color (decimal): -1315121 or 13627115. OLE color: 13627115.
HSL color Cylindrical-coordinate representation of color #EBEECF: hue angle of 65.81º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EBEECF is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 238 | 207 | - |
| CMYK | 0.01 | 0 | 0.13 | 0.07 |
| HSL | 65.81º | 0.48% | 0.87% | - |
| HSV(B) | 65.81º | 0.13% | 0.93% | - |
| XYZ | 76.1 | 83.32 | 71.1 | - |
| YUV | 233.57 | 113.01 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 238 | 207 | 0.01 | 0 | 0.13 | 0.07 | 65.81 | 0.48 | 0.87 |
| Hex | EB | EE | CF | 1 | 0 | D | 7 | 42 | 30 | 57 |
| Octal | 353 | 356 | 317 | 1 | 0 | 15 | 7 | 102 | 60 | 127 |
| Binary | 11101011 | 11101110 | 11001111 | 1 | 0 | 1101 | 111 | 1000010 | 110000 | 1010111 |
Color Harmonies of #EBEECF
Complementary color
Monochromatic Colors of #EBEECF
Black with #EBEECF
Text Example
Text Example
White with #EBEECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEECF; }
p { color: rgb(235,238,207); }
H1.HeaderClassName
{
color: #EBEECF;
}
.AnyTagClassName
{
color: #EBEECF;
}
</style>
background-color css
<style>
a { background-color: #EBEECF; }
a { background-color: rgb(235,238,207); }
div.DivClassName
{
background-color: #EBEECF;
}
.BgClassName
{
background-color: #EBEECF;
}
</style>
border-color css
<style>
span { border-color: #EBEECF; }
span { border-color: rgb(235,238,207); }
td.TdClassName
{
border-color: #EBEECF;
}
.TagClassName
{
border-color: #EBEECF;
}
</style>