#EAECDD

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

Shades of Sugar Cane #EAECDD

Tints of Sugar Cane #EAECDD

Color information

#EAECDD (or 0xEAECDD) is unknown color: approx Sugar Cane. HEX triplet: EA, EC and DD. RGB value is (234,236,221). Sum of RGB (Red+Green+Blue) = 234+236+221=691 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.86% from 691); Green value is 236 (92.58% from 255 or 34.15% from 691); Blue value is 221 (86.72% from 255 or 31.98% from 691); Max value from RGB is 236 - color contains mainly: green. Hex color #EAECDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAECDD is #151322. Grayscale: #E9E9E9. Windows color (decimal): -1381155 or 14544106. OLE color: 14544106.

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

Color convert

RGB234236221-
CMYK0.0100.060.07
HSL68º28.3%89.61%-
HSV(B)68º6.36%92.55%-
XYZ76.9882.780.31-
YUV233.69120.84128.22-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.86%
GREEN value IS 236 (92.58% from 255) = 34.15%
BLUE value IS 221 (86.72% from 255) = 31.98%
R=33.86%
G=34.15%
B=31.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342362210.0100.060.076828.389.61
HexEAECDD1067441c5a
Octal352354335106710434132
Binary111010101110110011011101101101111000100111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAECDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAECDD; }

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

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

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

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

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

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

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

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