#EBEBDE

Color #EBEBDE Sugar Cane (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sugar Cane #EBEBDE

Tints of Sugar Cane #EBEBDE

Color information

#EBEBDE (or 0xEBEBDE) is unknown color: approx Sugar Cane. HEX triplet: EB, EB and DE. RGB value is (235,235,222). Sum of RGB (Red+Green+Blue) = 235+235+222=692 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.96% from 692); Green value is 235 (92.19% from 255 or 33.96% from 692); Blue value is 222 (87.11% from 255 or 32.08% from 692); Max value from RGB is 235 - color contains mainly: red, green. Hex color #EBEBDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEBDE is #141421. Grayscale: #E9E9E9. Windows color (decimal): -1315874 or 14609387. OLE color: 14609387.

HSL color Cylindrical-coordinate representation of color #EBEBDE: hue angle of 60º degrees, saturation: 0.25, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EBEBDE is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB235235222-
CMYK000.060.08
HSL60º24.53%89.61%-
HSV(B)60º5.53%92.16%-
XYZ77.1582.3580.94-
YUV233.52121.5129.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 235 (92.19% from 255) = 33.96%
GREEN value IS 235 (92.19% from 255) = 33.96%
BLUE value IS 222 (87.11% from 255) = 32.08%
R=33.96%
G=33.96%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235235222000.060.086024.5389.61
HexEBEBDE00683c195a
Octal353353336006107431132
Binary111010111110101111011110001101000111100110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEBDE; }

 p { color: rgb(235,235,222); }

 H1.HeaderClassName
 {
   color: #EBEBDE;
 }
 .AnyTagClassName
 {
   color: #EBEBDE;
 }
</style>
background-color css

<style>
 a { background-color: #EBEBDE; }

 a { background-color: rgb(235,235,222); }

 div.DivClassName
 {
   background-color: #EBEBDE;
 }
 .BgClassName
 {
   background-color: #EBEBDE;
 }
</style>
border-color css

<style>
 span { border-color: #EBEBDE; }

 span { border-color: rgb(235,235,222); }

 td.TdClassName
 {
   border-color: #EBEBDE;
 }
 .TagClassName
 {
   border-color: #EBEBDE;
 }
</style>