#ECEDDD

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

Shades of Sugar Cane #ECEDDD

Tints of Sugar Cane #ECEDDD

Color information

#ECEDDD (or 0xECEDDD) is unknown color: approx Sugar Cane. HEX triplet: EC, ED and DD. RGB value is (236,237,221). Sum of RGB (Red+Green+Blue) = 236+237+221=694 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.01% from 694); Green value is 237 (92.97% from 255 or 34.15% from 694); Blue value is 221 (86.72% from 255 or 31.84% from 694); Max value from RGB is 237 - color contains mainly: green. Hex color #ECEDDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEDDD is #131222. Grayscale: #EAEAEA. Windows color (decimal): -1249827 or 14544364. OLE color: 14544364.

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

Color convert

RGB236237221-
CMYK0.0000.070.07
HSL63.75º30.77%89.8%-
HSV(B)63.75º6.75%92.94%-
XYZ77.9383.6280.44-
YUV234.88120.17128.8-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.01%
GREEN value IS 237 (92.97% from 255) = 34.15%
BLUE value IS 221 (86.72% from 255) = 31.84%
R=34.01%
G=34.15%
B=31.84%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362372210.0000.070.0763.7530.7789.8
HexECEDDD0077401f5a
Octal354355335007710037132
Binary111011001110110111011101001111111000000111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEDDD; }

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

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

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

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

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

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

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

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