#E2E6E0

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

Shades of Catskill White #E2E6E0

Tints of Catskill White #E2E6E0

Color information

#E2E6E0 (or 0xE2E6E0) is unknown color: approx Catskill White. HEX triplet: E2, E6 and E0. RGB value is (226,230,224). Sum of RGB (Red+Green+Blue) = 226+230+224=680 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.24% from 680); Green value is 230 (90.23% from 255 or 33.82% from 680); Blue value is 224 (87.89% from 255 or 32.94% from 680); Max value from RGB is 230 - color contains mainly: green. Hex color #E2E6E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2E6E0 is #1D191F. Grayscale: #E4E4E4. Windows color (decimal): -1906976 or 14739170. OLE color: 14739170.

HSL color Cylindrical-coordinate representation of color #E2E6E0: hue angle of 100º degrees, saturation: 0.11, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E2E6E0 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB226230224-
CMYK0.0200.030.10
HSL100º10.71%89.02%-
HSV(B)100º2.61%90.2%-
XYZ73.1278.1481.75-
YUV228.12125.67126.49-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.24%
GREEN value IS 230 (90.23% from 255) = 33.82%
BLUE value IS 224 (87.89% from 255) = 32.94%
R=33.24%
G=33.82%
B=32.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2262302240.0200.030.1010010.7189.02
HexE2E6E0203A64b59
Octal3423463402031214413131
Binary111000101110011011100000100111010110010010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E6E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E6E0; }

 p { color: rgb(226,230,224); }

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

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

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

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

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

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

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