Shades of Sugar Cane #EBEBDF
Tints of Sugar Cane #EBEBDF
RGB
CMYK
RGB Variations
Color information
#EBEBDF (or 0xEBEBDF) is known color: Sugar Cane. HEX triplet: EB, EB and DF. RGB value is (235,235,223). Sum of RGB (Red+Green+Blue) = 235+235+223=693 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.91% from 693); Green value is 235 (92.19% from 255 or 33.91% from 693); Blue value is 223 (87.5% from 255 or 32.18% from 693); Max value from RGB is 235 - color contains mainly: red, green. Hex color #EBEBDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEBDF is #141420. Grayscale: #E9E9E9. Windows color (decimal): -1315873 or 14674923. OLE color: 14674923.
HSL color Cylindrical-coordinate representation of color #EBEBDF: hue angle of 60º degrees, saturation: 0.23, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EBEBDF is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 235 | 223 | - |
CMYK | 0 | 0 | 0.05 | 0.08 |
HSL | 60º | 0.23% | 0.9% | - |
HSV(B) | 60º | 0.05% | 0.92% | - |
XYZ | 77.29 | 82.41 | 81.64 | - |
YUV | 233.63 | 122 | 128.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 235 | 223 | 0 | 0 | 0.05 | 0.08 | 60 | 0.23 | 0.9 |
Hex | EB | EB | DF | 0 | 0 | 5 | 8 | 3C | 17 | 5A |
Octal | 353 | 353 | 337 | 0 | 0 | 5 | 10 | 74 | 27 | 132 |
Binary | 11101011 | 11101011 | 11011111 | 0 | 0 | 101 | 1000 | 111100 | 10111 | 1011010 |
Color Harmonies of #EBEBDF
Complementary color
Monochromatic Colors of #EBEBDF
Black with #EBEBDF
Text Example
Text Example
White with #EBEBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEBDF; }
p { color: rgb(235,235,223); }
H1.HeaderClassName
{
color: #EBEBDF;
}
.AnyTagClassName
{
color: #EBEBDF;
}
</style>
background-color css
<style>
a { background-color: #EBEBDF; }
a { background-color: rgb(235,235,223); }
div.DivClassName
{
background-color: #EBEBDF;
}
.BgClassName
{
background-color: #EBEBDF;
}
</style>
border-color css
<style>
span { border-color: #EBEBDF; }
span { border-color: rgb(235,235,223); }
td.TdClassName
{
border-color: #EBEBDF;
}
.TagClassName
{
border-color: #EBEBDF;
}
</style>