Shades of Rice Flower #EBEECE
Tints of Rice Flower #EBEECE
RGB
CMYK
RGB Variations
Color information
#EBEECE (or 0xEBEECE) is known color: Rice Flower. HEX triplet: EB, EE and CE. RGB value is (235,238,206). Sum of RGB (Red+Green+Blue) = 235+238+206=679 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.61% from 679); Green value is 238 (93.36% from 255 or 35.05% from 679); Blue value is 206 (80.86% from 255 or 30.34% from 679); Max value from RGB is 238 - color contains mainly: green. Hex color #EBEECE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEECE is #141131. Grayscale: #E9E9E9. Windows color (decimal): -1315122 or 13561579. OLE color: 13561579.
HSL color Cylindrical-coordinate representation of color #EBEECE: hue angle of 65.62º 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 #EBEECE is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 235 | 238 | 206 | - |
CMYK | 0.01 | 0 | 0.13 | 0.07 |
HSL | 65.63º | 0.48% | 0.87% | - |
HSV(B) | 65.63º | 0.13% | 0.93% | - |
XYZ | 75.98 | 83.27 | 70.46 | - |
YUV | 233.46 | 112.51 | 129.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 238 | 206 | 0.01 | 0 | 0.13 | 0.07 | 65.63 | 0.48 | 0.87 |
Hex | EB | EE | CE | 1 | 0 | D | 7 | 42 | 30 | 57 |
Octal | 353 | 356 | 316 | 1 | 0 | 15 | 7 | 102 | 60 | 127 |
Binary | 11101011 | 11101110 | 11001110 | 1 | 0 | 1101 | 111 | 1000010 | 110000 | 1010111 |
Color Harmonies of #EBEECE
Complementary color
Monochromatic Colors of #EBEECE
Black with #EBEECE
Text Example
Text Example
White with #EBEECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEECE; }
p { color: rgb(235,238,206); }
H1.HeaderClassName
{
color: #EBEECE;
}
.AnyTagClassName
{
color: #EBEECE;
}
</style>
background-color css
<style>
a { background-color: #EBEECE; }
a { background-color: rgb(235,238,206); }
div.DivClassName
{
background-color: #EBEECE;
}
.BgClassName
{
background-color: #EBEECE;
}
</style>
border-color css
<style>
span { border-color: #EBEECE; }
span { border-color: rgb(235,238,206); }
td.TdClassName
{
border-color: #EBEECE;
}
.TagClassName
{
border-color: #EBEECE;
}
</style>