#ECEED6

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

Shades of Sugar Cane #ECEED6

Tints of Sugar Cane #ECEED6

Color information

#ECEED6 (or 0xECEED6) is unknown color: approx Sugar Cane. HEX triplet: EC, EE and D6. RGB value is (236,238,214). Sum of RGB (Red+Green+Blue) = 236+238+214=688 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.30% from 688); Green value is 238 (93.36% from 255 or 34.59% from 688); Blue value is 214 (83.98% from 255 or 31.10% from 688); Max value from RGB is 238 - color contains mainly: green. Hex color #ECEED6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEED6 is #131129. Grayscale: #EAEAEA. Windows color (decimal): -1249578 or 14085868. OLE color: 14085868.

HSL color Cylindrical-coordinate representation of color #ECEED6: hue angle of 65º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ECEED6 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB236238214-
CMYK0.0100.100.07
HSL65º41.38%88.63%-
HSV(B)65º10.08%93.33%-
XYZ77.383.8475.73-
YUV234.67116.34128.95-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.30%
GREEN value IS 238 (93.36% from 255) = 34.59%
BLUE value IS 214 (83.98% from 255) = 31.10%
R=34.30%
G=34.59%
B=31.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362382140.0100.100.076541.3888.63
HexECEED610A7412959
Octal3543563261012710151131
Binary11101100111011101101011010101011110000011010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEED6; }

 p { color: rgb(236,238,214); }

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

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

 a { background-color: rgb(236,238,214); }

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

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

 span { border-color: rgb(236,238,214); }

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