Shades of Rice Flower #ECEED4
Tints of Rice Flower #ECEED4
RGB
CMYK
RGB Variations
Color information
#ECEED4 (or 0xECEED4) is known color: Rice Flower. HEX triplet: EC, EE and D4. RGB value is (236,238,212). Sum of RGB (Red+Green+Blue) = 236+238+212=686 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.40% from 686); Green value is 238 (93.36% from 255 or 34.69% from 686); Blue value is 212 (83.20% from 255 or 30.90% from 686); Max value from RGB is 238 - color contains mainly: green. Hex color #ECEED4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEED4 is #13112B. Grayscale: #EAEAEA. Windows color (decimal): -1249580 or 13954796. OLE color: 13954796.
HSL color Cylindrical-coordinate representation of color #ECEED4: hue angle of 64.62º degrees, saturation: 0.43, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ECEED4 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 238 | 212 | - |
CMYK | 0.01 | 0 | 0.11 | 0.07 |
HSL | 64.62º | 0.43% | 0.88% | - |
HSV(B) | 64.62º | 0.11% | 0.93% | - |
XYZ | 77.05 | 83.74 | 74.39 | - |
YUV | 234.44 | 115.34 | 129.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 238 | 212 | 0.01 | 0 | 0.11 | 0.07 | 64.62 | 0.43 | 0.88 |
Hex | EC | EE | D4 | 1 | 0 | B | 7 | 41 | 2B | 58 |
Octal | 354 | 356 | 324 | 1 | 0 | 13 | 7 | 101 | 53 | 130 |
Binary | 11101100 | 11101110 | 11010100 | 1 | 0 | 1011 | 111 | 1000001 | 101011 | 1011000 |
Color Harmonies of #ECEED4
Complementary color
Monochromatic Colors of #ECEED4
Black with #ECEED4
Text Example
Text Example
White with #ECEED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEED4; }
p { color: rgb(236,238,212); }
H1.HeaderClassName
{
color: #ECEED4;
}
.AnyTagClassName
{
color: #ECEED4;
}
</style>
background-color css
<style>
a { background-color: #ECEED4; }
a { background-color: rgb(236,238,212); }
div.DivClassName
{
background-color: #ECEED4;
}
.BgClassName
{
background-color: #ECEED4;
}
</style>
border-color css
<style>
span { border-color: #ECEED4; }
span { border-color: rgb(236,238,212); }
td.TdClassName
{
border-color: #ECEED4;
}
.TagClassName
{
border-color: #ECEED4;
}
</style>