Shades of Rice Flower #EFF6DB
Tints of Rice Flower #EFF6DB
RGB
CMYK
RGB Variations
Color information
#EFF6DB (or 0xEFF6DB) is known color: Rice Flower. HEX triplet: EF, F6 and DB. RGB value is (239,246,219). Sum of RGB (Red+Green+Blue) = 239+246+219=704 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.95% from 704); Green value is 246 (96.48% from 255 or 34.94% from 704); Blue value is 219 (85.94% from 255 or 31.11% from 704); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF6DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF6DB is #100924. Grayscale: #F0F0F0. Windows color (decimal): -1050917 or 14415599. OLE color: 14415599.
HSL color Cylindrical-coordinate representation of color #EFF6DB: hue angle of 75.56º degrees, saturation: 0.6, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFF6DB is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
RGB | 239 | 246 | 219 | - |
CMYK | 0.03 | 0 | 0.11 | 0.04 |
HSL | 75.56º | 0.6% | 0.91% | - |
HSV(B) | 75.56º | 0.11% | 0.96% | - |
XYZ | 81.34 | 89.38 | 79.98 | - |
YUV | 240.83 | 115.68 | 126.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 246 | 219 | 0.03 | 0 | 0.11 | 0.04 | 75.56 | 0.6 | 0.91 |
Hex | EF | F6 | DB | 3 | 0 | B | 4 | 4C | 3C | 5B |
Octal | 357 | 366 | 333 | 3 | 0 | 13 | 4 | 114 | 74 | 133 |
Binary | 11101111 | 11110110 | 11011011 | 11 | 0 | 1011 | 100 | 1001100 | 111100 | 1011011 |
Color Harmonies of #EFF6DB
Complementary color
Monochromatic Colors of #EFF6DB
Black with #EFF6DB
Text Example
Text Example
White with #EFF6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF6DB; }
p { color: rgb(239,246,219); }
H1.HeaderClassName
{
color: #EFF6DB;
}
.AnyTagClassName
{
color: #EFF6DB;
}
</style>
background-color css
<style>
a { background-color: #EFF6DB; }
a { background-color: rgb(239,246,219); }
div.DivClassName
{
background-color: #EFF6DB;
}
.BgClassName
{
background-color: #EFF6DB;
}
</style>
border-color css
<style>
span { border-color: #EFF6DB; }
span { border-color: rgb(239,246,219); }
td.TdClassName
{
border-color: #EFF6DB;
}
.TagClassName
{
border-color: #EFF6DB;
}
</style>