Shades of Sugar Cane #EDEDDF
Tints of Sugar Cane #EDEDDF
RGB
CMYK
RGB Variations
Color information
#EDEDDF (or 0xEDEDDF) is known color: Sugar Cane. HEX triplet: ED, ED and DF. RGB value is (237,237,223). Sum of RGB (Red+Green+Blue) = 237+237+223=697 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.00% from 697); Green value is 237 (92.97% from 255 or 34.00% from 697); Blue value is 223 (87.5% from 255 or 31.99% from 697); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEDDF is #121220. Grayscale: #EBEBEB. Windows color (decimal): -1184289 or 14675437. OLE color: 14675437.
HSL color Cylindrical-coordinate representation of color #EDEDDF: hue angle of 60º 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 #EDEDDF is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 237 | 223 | - |
CMYK | 0 | 0 | 0.06 | 0.07 |
HSL | 60º | 0.28% | 0.9% | - |
HSV(B) | 60º | 0.06% | 0.93% | - |
XYZ | 78.53 | 83.9 | 81.87 | - |
YUV | 235.4 | 121 | 129.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 237 | 223 | 0 | 0 | 0.06 | 0.07 | 60 | 0.28 | 0.9 |
Hex | ED | ED | DF | 0 | 0 | 6 | 7 | 3C | 1C | 5A |
Octal | 355 | 355 | 337 | 0 | 0 | 6 | 7 | 74 | 34 | 132 |
Binary | 11101101 | 11101101 | 11011111 | 0 | 0 | 110 | 111 | 111100 | 11100 | 1011010 |
Color Harmonies of #EDEDDF
Complementary color
Monochromatic Colors of #EDEDDF
Black with #EDEDDF
Text Example
Text Example
White with #EDEDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEDDF; }
p { color: rgb(237,237,223); }
H1.HeaderClassName
{
color: #EDEDDF;
}
.AnyTagClassName
{
color: #EDEDDF;
}
</style>
background-color css
<style>
a { background-color: #EDEDDF; }
a { background-color: rgb(237,237,223); }
div.DivClassName
{
background-color: #EDEDDF;
}
.BgClassName
{
background-color: #EDEDDF;
}
</style>
border-color css
<style>
span { border-color: #EDEDDF; }
span { border-color: rgb(237,237,223); }
td.TdClassName
{
border-color: #EDEDDF;
}
.TagClassName
{
border-color: #EDEDDF;
}
</style>