#E2E2CE

Color #E2E2CE Green White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green White #E2E2CE

Tints of Green White #E2E2CE

Color information

#E2E2CE (or 0xE2E2CE) is unknown color: approx Green White. HEX triplet: E2, E2 and CE. RGB value is (226,226,206). Sum of RGB (Red+Green+Blue) = 226+226+206=658 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.35% from 658); Green value is 226 (88.67% from 255 or 34.35% from 658); Blue value is 206 (80.86% from 255 or 31.31% from 658); Max value from RGB is 226 - color contains mainly: red, green. Hex color #E2E2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2E2CE is #1D1D31. Grayscale: #DFDFDF. Windows color (decimal): -1908018 or 13558498. OLE color: 13558498.

HSL color Cylindrical-coordinate representation of color #E2E2CE: hue angle of 60º degrees, saturation: 0.26, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E2E2CE is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB226226206-
CMYK000.090.11
HSL60º25.64%84.71%-
HSV(B)60º8.85%88.63%-
XYZ69.775.0269.2-
YUV223.72118129.63-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.35%
GREEN value IS 226 (88.67% from 255) = 34.35%
BLUE value IS 206 (80.86% from 255) = 31.31%
R=34.35%
G=34.35%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226226206000.090.116025.6484.71
HexE2E2CE009B3c1a55
Octal3423423160011137432125
Binary1110001011100010110011100010011011111100110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E2CE; }

 p { color: rgb(226,226,206); }

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

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

 a { background-color: rgb(226,226,206); }

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

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

 span { border-color: rgb(226,226,206); }

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