#EBEDDE

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

Shades of Sugar Cane #EBEDDE

Tints of Sugar Cane #EBEDDE

Color information

#EBEDDE (or 0xEBEDDE) is unknown color: approx Sugar Cane. HEX triplet: EB, ED and DE. RGB value is (235,237,222). Sum of RGB (Red+Green+Blue) = 235+237+222=694 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.86% from 694); Green value is 237 (92.97% from 255 or 34.15% from 694); Blue value is 222 (87.11% from 255 or 31.99% from 694); Max value from RGB is 237 - color contains mainly: green. Hex color #EBEDDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEDDE is #141221. Grayscale: #EAEAEA. Windows color (decimal): -1315362 or 14609899. OLE color: 14609899.

HSL color Cylindrical-coordinate representation of color #EBEDDE: hue angle of 68º degrees, saturation: 0.29, 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 #EBEDDE is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB235237222-
CMYK0.0100.060.07
HSL68º29.41%90%-
HSV(B)68º6.33%92.94%-
XYZ77.7383.581.13-
YUV234.69120.84128.22-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.86%
GREEN value IS 237 (92.97% from 255) = 34.15%
BLUE value IS 222 (87.11% from 255) = 31.99%
R=33.86%
G=34.15%
B=31.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352372220.0100.060.076829.4190
HexEBEDDE1067441d5a
Octal353355336106710435132
Binary111010111110110111011110101101111000100111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEDDE; }

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

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

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

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

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

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

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

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