Shades of Sugar Cane #ECEEDD
Tints of Sugar Cane #ECEEDD
RGB
CMYK
RGB Variations
Color information
#ECEEDD (or 0xECEEDD) is known color: Sugar Cane. HEX triplet: EC, EE and DD. RGB value is (236,238,221). Sum of RGB (Red+Green+Blue) = 236+238+221=695 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.96% from 695); Green value is 238 (93.36% from 255 or 34.24% from 695); Blue value is 221 (86.72% from 255 or 31.80% from 695); Max value from RGB is 238 - color contains mainly: green. Hex color #ECEEDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEEDD is #131122. Grayscale: #EBEBEB. Windows color (decimal): -1249571 or 14544620. OLE color: 14544620.
HSL color Cylindrical-coordinate representation of color #ECEEDD: hue angle of 67.06º degrees, saturation: 0.33, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECEEDD is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 238 | 221 | - |
CMYK | 0.01 | 0 | 0.07 | 0.07 |
HSL | 67.06º | 0.33% | 0.9% | - |
HSV(B) | 67.06º | 0.07% | 0.93% | - |
XYZ | 78.22 | 84.2 | 80.54 | - |
YUV | 235.46 | 119.84 | 128.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 238 | 221 | 0.01 | 0 | 0.07 | 0.07 | 67.06 | 0.33 | 0.9 |
Hex | EC | EE | DD | 1 | 0 | 7 | 7 | 43 | 21 | 5A |
Octal | 354 | 356 | 335 | 1 | 0 | 7 | 7 | 103 | 41 | 132 |
Binary | 11101100 | 11101110 | 11011101 | 1 | 0 | 111 | 111 | 1000011 | 100001 | 1011010 |
Color Harmonies of #ECEEDD
Complementary color
Monochromatic Colors of #ECEEDD
Black with #ECEEDD
Text Example
Text Example
White with #ECEEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEEDD; }
p { color: rgb(236,238,221); }
H1.HeaderClassName
{
color: #ECEEDD;
}
.AnyTagClassName
{
color: #ECEEDD;
}
</style>
background-color css
<style>
a { background-color: #ECEEDD; }
a { background-color: rgb(236,238,221); }
div.DivClassName
{
background-color: #ECEEDD;
}
.BgClassName
{
background-color: #ECEEDD;
}
</style>
border-color css
<style>
span { border-color: #ECEEDD; }
span { border-color: rgb(236,238,221); }
td.TdClassName
{
border-color: #ECEEDD;
}
.TagClassName
{
border-color: #ECEEDD;
}
</style>