#E2ECD5

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

Shades of Catskill White #E2ECD5

Tints of Catskill White #E2ECD5

Color information

#E2ECD5 (or 0xE2ECD5) is unknown color: approx Catskill White. HEX triplet: E2, EC and D5. RGB value is (226,236,213). Sum of RGB (Red+Green+Blue) = 226+236+213=675 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.48% from 675); Green value is 236 (92.58% from 255 or 34.96% from 675); Blue value is 213 (83.59% from 255 or 31.56% from 675); Max value from RGB is 236 - color contains mainly: green. Hex color #E2ECD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2ECD5 is #1D132A. Grayscale: #E6E6E6. Windows color (decimal): -1905451 or 14019810. OLE color: 14019810.

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

Color convert

RGB226236213-
CMYK0.0400.100.07
HSL86.09º37.7%88.04%-
HSV(B)86.09º9.75%92.55%-
XYZ73.3780.9674.71-
YUV230.39118.19124.87-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.48%
GREEN value IS 236 (92.58% from 255) = 34.96%
BLUE value IS 213 (83.59% from 255) = 31.56%
R=33.48%
G=34.96%
B=31.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2262362130.0400.100.0786.0937.788.04
HexE2ECD540A7562658
Octal3423543254012712646130
Binary1110001011101100110101011000101011110101101001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2ECD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2ECD5; }

 p { color: rgb(226,236,213); }

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

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

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

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

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

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

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