#ECEDDB

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

Shades of Sugar Cane #ECEDDB

Tints of Sugar Cane #ECEDDB

Color information

#ECEDDB (or 0xECEDDB) is unknown color: approx Sugar Cane. HEX triplet: EC, ED and DB. RGB value is (236,237,219). Sum of RGB (Red+Green+Blue) = 236+237+219=692 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.10% from 692); Green value is 237 (92.97% from 255 or 34.25% from 692); Blue value is 219 (85.94% from 255 or 31.65% from 692); Max value from RGB is 237 - color contains mainly: green. Hex color #ECEDDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEDDB is #131224. Grayscale: #EAEAEA. Windows color (decimal): -1249829 or 14413292. OLE color: 14413292.

HSL color Cylindrical-coordinate representation of color #ECEDDB: hue angle of 63.33º degrees, saturation: 0.33, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ECEDDB is Cyan = 0.00, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB236237219-
CMYK0.0000.080.07
HSL63.33º33.33%89.41%-
HSV(B)63.33º7.59%92.94%-
XYZ77.6683.5279.04-
YUV234.65119.17128.96-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.10%
GREEN value IS 237 (92.97% from 255) = 34.25%
BLUE value IS 219 (85.94% from 255) = 31.65%
R=34.10%
G=34.25%
B=31.65%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362372190.0000.080.0763.3333.3389.41
HexECEDDB00873f2159
Octal354355333001077741131
Binary1110110011101101110110110010001111111111000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEDDB; }

 p { color: rgb(236,237,219); }

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

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

 a { background-color: rgb(236,237,219); }

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

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

 span { border-color: rgb(236,237,219); }

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