Shades of Rice Flower #ECEFD4
Tints of Rice Flower #ECEFD4
RGB
CMYK
RGB Variations
Color information
#ECEFD4 (or 0xECEFD4) is known color: Rice Flower. HEX triplet: EC, EF and D4. RGB value is (236,239,212). Sum of RGB (Red+Green+Blue) = 236+239+212=687 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.35% from 687); Green value is 239 (93.75% from 255 or 34.79% from 687); Blue value is 212 (83.20% from 255 or 30.86% from 687); Max value from RGB is 239 - color contains mainly: green. Hex color #ECEFD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEFD4 is #13102B. Grayscale: #EBEBEB. Windows color (decimal): -1249324 or 13955052. OLE color: 13955052.
HSL color Cylindrical-coordinate representation of color #ECEFD4: hue angle of 66.67º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ECEFD4 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
RGB | 236 | 239 | 212 | - |
CMYK | 0.01 | 0 | 0.11 | 0.06 |
HSL | 66.67º | 0.46% | 0.88% | - |
HSV(B) | 66.67º | 0.11% | 0.94% | - |
XYZ | 77.34 | 84.32 | 74.49 | - |
YUV | 235.03 | 115.01 | 128.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 239 | 212 | 0.01 | 0 | 0.11 | 0.06 | 66.67 | 0.46 | 0.88 |
Hex | EC | EF | D4 | 1 | 0 | B | 6 | 43 | 2E | 58 |
Octal | 354 | 357 | 324 | 1 | 0 | 13 | 6 | 103 | 56 | 130 |
Binary | 11101100 | 11101111 | 11010100 | 1 | 0 | 1011 | 110 | 1000011 | 101110 | 1011000 |
Color Harmonies of #ECEFD4
Complementary color
Monochromatic Colors of #ECEFD4
Black with #ECEFD4
Text Example
Text Example
White with #ECEFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEFD4; }
p { color: rgb(236,239,212); }
H1.HeaderClassName
{
color: #ECEFD4;
}
.AnyTagClassName
{
color: #ECEFD4;
}
</style>
background-color css
<style>
a { background-color: #ECEFD4; }
a { background-color: rgb(236,239,212); }
div.DivClassName
{
background-color: #ECEFD4;
}
.BgClassName
{
background-color: #ECEFD4;
}
</style>
border-color css
<style>
span { border-color: #ECEFD4; }
span { border-color: rgb(236,239,212); }
td.TdClassName
{
border-color: #ECEFD4;
}
.TagClassName
{
border-color: #ECEFD4;
}
</style>