#EDEEDF

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

Shades of Sugar Cane #EDEEDF

Tints of Sugar Cane #EDEEDF

Color information

#EDEEDF (or 0xEDEEDF) is unknown color: approx Sugar Cane. HEX triplet: ED, EE and DF. RGB value is (237,238,223). Sum of RGB (Red+Green+Blue) = 237+238+223=698 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.95% from 698); Green value is 238 (93.36% from 255 or 34.10% from 698); Blue value is 223 (87.5% from 255 or 31.95% from 698); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEEDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEEDF is #121120. Grayscale: #ECECEC. Windows color (decimal): -1184033 or 14675693. OLE color: 14675693.

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

Color convert

RGB237238223-
CMYK0.0000.060.07
HSL64º30.61%90.39%-
HSV(B)64º6.3%93.33%-
XYZ78.8284.4881.96-
YUV235.99120.67128.72-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.95%
GREEN value IS 238 (93.36% from 255) = 34.10%
BLUE value IS 223 (87.5% from 255) = 31.95%
R=33.95%
G=34.10%
B=31.95%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372382230.0000.060.076430.6190.39
HexEDEEDF0067401f5a
Octal355356337006710037132
Binary111011011110111011011111001101111000000111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEEDF; }

 p { color: rgb(237,238,223); }

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

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

 a { background-color: rgb(237,238,223); }

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

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

 span { border-color: rgb(237,238,223); }

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