Shades of Rice Flower #ECEED3
Tints of Rice Flower #ECEED3
RGB
CMYK
RGB Variations
Color information
#ECEED3 (or 0xECEED3) is known color: Rice Flower. HEX triplet: EC, EE and D3. RGB value is (236,238,211). Sum of RGB (Red+Green+Blue) = 236+238+211=685 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.45% from 685); Green value is 238 (93.36% from 255 or 34.74% from 685); Blue value is 211 (82.81% from 255 or 30.80% from 685); Max value from RGB is 238 - color contains mainly: green. Hex color #ECEED3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEED3 is #13112C. Grayscale: #EAEAEA. Windows color (decimal): -1249581 or 13889260. OLE color: 13889260.
HSL color Cylindrical-coordinate representation of color #ECEED3: hue angle of 64.44º degrees, saturation: 0.44, 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 #ECEED3 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 238 | 211 | - |
CMYK | 0.01 | 0 | 0.11 | 0.07 |
HSL | 64.44º | 0.44% | 0.88% | - |
HSV(B) | 64.44º | 0.11% | 0.93% | - |
XYZ | 76.92 | 83.69 | 73.73 | - |
YUV | 234.32 | 114.84 | 129.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 238 | 211 | 0.01 | 0 | 0.11 | 0.07 | 64.44 | 0.44 | 0.88 |
Hex | EC | EE | D3 | 1 | 0 | B | 7 | 40 | 2C | 58 |
Octal | 354 | 356 | 323 | 1 | 0 | 13 | 7 | 100 | 54 | 130 |
Binary | 11101100 | 11101110 | 11010011 | 1 | 0 | 1011 | 111 | 1000000 | 101100 | 1011000 |
Color Harmonies of #ECEED3
Complementary color
Monochromatic Colors of #ECEED3
Black with #ECEED3
Text Example
Text Example
White with #ECEED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEED3; }
p { color: rgb(236,238,211); }
H1.HeaderClassName
{
color: #ECEED3;
}
.AnyTagClassName
{
color: #ECEED3;
}
</style>
background-color css
<style>
a { background-color: #ECEED3; }
a { background-color: rgb(236,238,211); }
div.DivClassName
{
background-color: #ECEED3;
}
.BgClassName
{
background-color: #ECEED3;
}
</style>
border-color css
<style>
span { border-color: #ECEED3; }
span { border-color: rgb(236,238,211); }
td.TdClassName
{
border-color: #ECEED3;
}
.TagClassName
{
border-color: #ECEED3;
}
</style>