#EDF1DE

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

Shades of Sugar Cane #EDF1DE

Tints of Sugar Cane #EDF1DE

Color information

#EDF1DE (or 0xEDF1DE) is unknown color: approx Sugar Cane. HEX triplet: ED, F1 and DE. RGB value is (237,241,222). Sum of RGB (Red+Green+Blue) = 237+241+222=700 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.86% from 700); Green value is 241 (94.53% from 255 or 34.43% from 700); Blue value is 222 (87.11% from 255 or 31.71% from 700); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF1DE is #120E21. Grayscale: #EDEDED. Windows color (decimal): -1183266 or 14610925. OLE color: 14610925.

HSL color Cylindrical-coordinate representation of color #EDF1DE: hue angle of 72.63º degrees, saturation: 0.4, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDF1DE is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB237241222-
CMYK0.0200.080.05
HSL72.63º40.43%90.78%-
HSV(B)72.63º7.88%94.51%-
XYZ79.5786.1981.55-
YUV237.64119.17127.54-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.86%
GREEN value IS 241 (94.53% from 255) = 34.43%
BLUE value IS 222 (87.11% from 255) = 31.71%
R=33.86%
G=34.43%
B=31.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372412220.0200.080.0572.6340.4390.78
HexEDF1DE208549285b
Octal3553613362010511150133
Binary111011011111000111011110100100010110010011010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF1DE; }

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

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

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

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

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

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

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

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