#E2E6DE

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

Shades of Catskill White #E2E6DE

Tints of Catskill White #E2E6DE

Color information

#E2E6DE (or 0xE2E6DE) is unknown color: approx Catskill White. HEX triplet: E2, E6 and DE. RGB value is (226,230,222). Sum of RGB (Red+Green+Blue) = 226+230+222=678 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.33% from 678); Green value is 230 (90.23% from 255 or 33.92% from 678); Blue value is 222 (87.11% from 255 or 32.74% from 678); Max value from RGB is 230 - color contains mainly: green. Hex color #E2E6DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2E6DE is #1D1921. Grayscale: #E3E3E3. Windows color (decimal): -1906978 or 14608098. OLE color: 14608098.

HSL color Cylindrical-coordinate representation of color #E2E6DE: hue angle of 90º degrees, saturation: 0.14, 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 #E2E6DE is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB226230222-
CMYK0.0200.030.10
HSL90º13.79%88.63%-
HSV(B)90º3.48%90.2%-
XYZ72.8578.0480.33-
YUV227.89124.67126.65-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.33%
GREEN value IS 230 (90.23% from 255) = 33.92%
BLUE value IS 222 (87.11% from 255) = 32.74%
R=33.33%
G=33.92%
B=32.74%

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
Decimal2262302220.0200.030.109013.7988.63
HexE2E6DE203A5ae59
Octal3423463362031213216131
Binary111000101110011011011110100111010101101011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E6DE; }

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

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

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

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

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

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

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

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