#E2ECDA

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

Shades of Catskill White #E2ECDA

Tints of Catskill White #E2ECDA

Color information

#E2ECDA (or 0xE2ECDA) is unknown color: approx Catskill White. HEX triplet: E2, EC and DA. RGB value is (226,236,218). Sum of RGB (Red+Green+Blue) = 226+236+218=680 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.24% from 680); Green value is 236 (92.58% from 255 or 34.71% from 680); Blue value is 218 (85.55% from 255 or 32.06% from 680); Max value from RGB is 236 - color contains mainly: green. Hex color #E2ECDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2ECDA is #1D1325. Grayscale: #E7E7E7. Windows color (decimal): -1905446 or 14347490. OLE color: 14347490.

HSL color Cylindrical-coordinate representation of color #E2ECDA: hue angle of 93.33º degrees, saturation: 0.32, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E2ECDA is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB226236218-
CMYK0.0400.080.07
HSL93.33º32.14%89.02%-
HSV(B)93.33º7.63%92.55%-
XYZ74.0181.2278.11-
YUV230.96120.69124.46-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.24%
GREEN value IS 236 (92.58% from 255) = 34.71%
BLUE value IS 218 (85.55% from 255) = 32.06%
R=33.24%
G=34.71%
B=32.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2262362180.0400.080.0793.3332.1489.02
HexE2ECDA40875d2059
Octal3423543324010713540131
Binary1110001011101100110110101000100011110111011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2ECDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2ECDA; }

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

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

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

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

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

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

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

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