#E2EBDA

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

Shades of Catskill White #E2EBDA

Tints of Catskill White #E2EBDA

Color information

#E2EBDA (or 0xE2EBDA) is unknown color: approx Catskill White. HEX triplet: E2, EB and DA. RGB value is (226,235,218). Sum of RGB (Red+Green+Blue) = 226+235+218=679 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.28% from 679); Green value is 235 (92.19% from 255 or 34.61% from 679); Blue value is 218 (85.55% from 255 or 32.11% from 679); Max value from RGB is 235 - color contains mainly: green. Hex color #E2EBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2EBDA is #1D1425. Grayscale: #E6E6E6. Windows color (decimal): -1905702 or 14347234. OLE color: 14347234.

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

Color convert

RGB226235218-
CMYK0.0400.070.08
HSL91.76º29.82%88.82%-
HSV(B)91.76º7.23%92.16%-
XYZ73.7380.6578.01-
YUV230.37121.02124.88-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.28%
GREEN value IS 235 (92.19% from 255) = 34.61%
BLUE value IS 218 (85.55% from 255) = 32.11%
R=33.28%
G=34.61%
B=32.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2262352180.0400.070.0891.7629.8288.82
HexE2EBDA40785c1e59
Octal3423533324071013436131
Binary111000101110101111011010100011110001011100111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2EBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2EBDA; }

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

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

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

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

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

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

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

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