#E6EAE2

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

Shades of Catskill White #E6EAE2

Tints of Catskill White #E6EAE2

Color information

#E6EAE2 (or 0xE6EAE2) is unknown color: approx Catskill White. HEX triplet: E6, EA and E2. RGB value is (230,234,226). Sum of RGB (Red+Green+Blue) = 230+234+226=690 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.33% from 690); Green value is 234 (91.80% from 255 or 33.91% from 690); Blue value is 226 (88.67% from 255 or 32.75% from 690); Max value from RGB is 234 - color contains mainly: green. Hex color #E6EAE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EAE2 is #19151D. Grayscale: #E7E7E7. Windows color (decimal): -1643806 or 14871270. OLE color: 14871270.

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

Color convert

RGB230234226-
CMYK0.0200.030.08
HSL90º16%90.2%-
HSV(B)90º3.42%91.76%-
XYZ75.7881.1683.62-
YUV231.89124.67126.65-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.33%
GREEN value IS 234 (91.80% from 255) = 33.91%
BLUE value IS 226 (88.67% from 255) = 32.75%
R=33.33%
G=33.91%
B=32.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2302342260.0200.030.08901690.2
HexE6EAE220385a105a
Octal3463523422031013220132
Binary1110011011101010111000101001110001011010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6EAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6EAE2; }

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

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

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

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

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

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

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

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