Shades of Sugar Cane #ECEDDF
Tints of Sugar Cane #ECEDDF
RGB
CMYK
RGB Variations
Color information
#ECEDDF (or 0xECEDDF) is known color: Sugar Cane. HEX triplet: EC, ED and DF. RGB value is (236,237,223). Sum of RGB (Red+Green+Blue) = 236+237+223=696 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.91% from 696); Green value is 237 (92.97% from 255 or 34.05% from 696); Blue value is 223 (87.5% from 255 or 32.04% from 696); Max value from RGB is 237 - color contains mainly: green. Hex color #ECEDDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEDDF is #131220. Grayscale: #EBEBEB. Windows color (decimal): -1249825 or 14675436. OLE color: 14675436.
HSL color Cylindrical-coordinate representation of color #ECEDDF: hue angle of 64.29º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECEDDF is Cyan = 0.00, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 237 | 223 | - |
CMYK | 0.00 | 0 | 0.06 | 0.07 |
HSL | 64.29º | 0.28% | 0.9% | - |
HSV(B) | 64.29º | 0.06% | 0.93% | - |
XYZ | 78.2 | 83.73 | 81.85 | - |
YUV | 235.11 | 121.17 | 128.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 237 | 223 | 0.00 | 0 | 0.06 | 0.07 | 64.29 | 0.28 | 0.9 |
Hex | EC | ED | DF | 0 | 0 | 6 | 7 | 40 | 1C | 5A |
Octal | 354 | 355 | 337 | 0 | 0 | 6 | 7 | 100 | 34 | 132 |
Binary | 11101100 | 11101101 | 11011111 | 0 | 0 | 110 | 111 | 1000000 | 11100 | 1011010 |
Color Harmonies of #ECEDDF
Complementary color
Monochromatic Colors of #ECEDDF
Black with #ECEDDF
Text Example
Text Example
White with #ECEDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEDDF; }
p { color: rgb(236,237,223); }
H1.HeaderClassName
{
color: #ECEDDF;
}
.AnyTagClassName
{
color: #ECEDDF;
}
</style>
background-color css
<style>
a { background-color: #ECEDDF; }
a { background-color: rgb(236,237,223); }
div.DivClassName
{
background-color: #ECEDDF;
}
.BgClassName
{
background-color: #ECEDDF;
}
</style>
border-color css
<style>
span { border-color: #ECEDDF; }
span { border-color: rgb(236,237,223); }
td.TdClassName
{
border-color: #ECEDDF;
}
.TagClassName
{
border-color: #ECEDDF;
}
</style>