Shades of Rice Flower #EBEED2
Tints of Rice Flower #EBEED2
RGB
CMYK
RGB Variations
Color information
#EBEED2 (or 0xEBEED2) is known color: Rice Flower. HEX triplet: EB, EE and D2. RGB value is (235,238,210). Sum of RGB (Red+Green+Blue) = 235+238+210=683 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.41% from 683); Green value is 238 (93.36% from 255 or 34.85% from 683); Blue value is 210 (82.42% from 255 or 30.75% from 683); Max value from RGB is 238 - color contains mainly: green. Hex color #EBEED2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEED2 is #14112D. Grayscale: #EAEAEA. Windows color (decimal): -1315118 or 13823723. OLE color: 13823723.
HSL color Cylindrical-coordinate representation of color #EBEED2: hue angle of 66.43º degrees, saturation: 0.45, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EBEED2 is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 235 | 238 | 210 | - |
CMYK | 0.01 | 0 | 0.12 | 0.07 |
HSL | 66.43º | 0.45% | 0.88% | - |
HSV(B) | 66.43º | 0.12% | 0.93% | - |
XYZ | 76.47 | 83.46 | 73.05 | - |
YUV | 233.91 | 114.51 | 128.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 238 | 210 | 0.01 | 0 | 0.12 | 0.07 | 66.43 | 0.45 | 0.88 |
Hex | EB | EE | D2 | 1 | 0 | C | 7 | 42 | 2D | 58 |
Octal | 353 | 356 | 322 | 1 | 0 | 14 | 7 | 102 | 55 | 130 |
Binary | 11101011 | 11101110 | 11010010 | 1 | 0 | 1100 | 111 | 1000010 | 101101 | 1011000 |
Color Harmonies of #EBEED2
Complementary color
Monochromatic Colors of #EBEED2
Black with #EBEED2
Text Example
Text Example
White with #EBEED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEED2; }
p { color: rgb(235,238,210); }
H1.HeaderClassName
{
color: #EBEED2;
}
.AnyTagClassName
{
color: #EBEED2;
}
</style>
background-color css
<style>
a { background-color: #EBEED2; }
a { background-color: rgb(235,238,210); }
div.DivClassName
{
background-color: #EBEED2;
}
.BgClassName
{
background-color: #EBEED2;
}
</style>
border-color css
<style>
span { border-color: #EBEED2; }
span { border-color: rgb(235,238,210); }
td.TdClassName
{
border-color: #EBEED2;
}
.TagClassName
{
border-color: #EBEED2;
}
</style>