Shades of Sugar Cane #ECEEDB
Tints of Sugar Cane #ECEEDB
RGB
CMYK
RGB Variations
Color information
#ECEEDB (or 0xECEEDB) is known color: Sugar Cane. HEX triplet: EC, EE and DB. RGB value is (236,238,219). Sum of RGB (Red+Green+Blue) = 236+238+219=693 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.05% from 693); Green value is 238 (93.36% from 255 or 34.34% from 693); Blue value is 219 (85.94% from 255 or 31.60% from 693); Max value from RGB is 238 - color contains mainly: green. Hex color #ECEEDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEEDB is #131124. Grayscale: #EBEBEB. Windows color (decimal): -1249573 or 14413548. OLE color: 14413548.
HSL color Cylindrical-coordinate representation of color #ECEEDB: hue angle of 66.32º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ECEEDB is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 238 | 219 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.07 |
| HSL | 66.32º | 0.36% | 0.9% | - |
| HSV(B) | 66.32º | 0.08% | 0.93% | - |
| XYZ | 77.95 | 84.1 | 79.14 | - |
| YUV | 235.24 | 118.84 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 238 | 219 | 0.01 | 0 | 0.08 | 0.07 | 66.32 | 0.36 | 0.9 |
| Hex | EC | EE | DB | 1 | 0 | 8 | 7 | 42 | 24 | 5A |
| Octal | 354 | 356 | 333 | 1 | 0 | 10 | 7 | 102 | 44 | 132 |
| Binary | 11101100 | 11101110 | 11011011 | 1 | 0 | 1000 | 111 | 1000010 | 100100 | 1011010 |
Color Harmonies of #ECEEDB
Complementary color
Monochromatic Colors of #ECEEDB
Black with #ECEEDB
Text Example
Text Example
White with #ECEEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEEDB; }
p { color: rgb(236,238,219); }
H1.HeaderClassName
{
color: #ECEEDB;
}
.AnyTagClassName
{
color: #ECEEDB;
}
</style>
background-color css
<style>
a { background-color: #ECEEDB; }
a { background-color: rgb(236,238,219); }
div.DivClassName
{
background-color: #ECEEDB;
}
.BgClassName
{
background-color: #ECEEDB;
}
</style>
border-color css
<style>
span { border-color: #ECEEDB; }
span { border-color: rgb(236,238,219); }
td.TdClassName
{
border-color: #ECEEDB;
}
.TagClassName
{
border-color: #ECEEDB;
}
</style>