#E6EEDC

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

Shades of Catskill White #E6EEDC

Tints of Catskill White #E6EEDC

Color information

#E6EEDC (or 0xE6EEDC) is unknown color: approx Catskill White. HEX triplet: E6, EE and DC. RGB value is (230,238,220). Sum of RGB (Red+Green+Blue) = 230+238+220=688 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.43% from 688); Green value is 238 (93.36% from 255 or 34.59% from 688); Blue value is 220 (86.33% from 255 or 31.98% from 688); Max value from RGB is 238 - color contains mainly: green. Hex color #E6EEDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EEDC is #191123. Grayscale: #E9E9E9. Windows color (decimal): -1642788 or 14479078. OLE color: 14479078.

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

Color convert

RGB230238220-
CMYK0.0300.080.07
HSL86.67º34.62%89.8%-
HSV(B)86.67º7.56%93.33%-
XYZ76.1383.1479.75-
YUV233.56120.35125.46-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.43%
GREEN value IS 238 (93.36% from 255) = 34.59%
BLUE value IS 220 (86.33% from 255) = 31.98%
R=33.43%
G=34.59%
B=31.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2302382200.0300.080.0786.6734.6289.8
HexE6EEDC308757235a
Octal3463563343010712743132
Binary111001101110111011011100110100011110101111000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6EEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6EEDC; }

 p { color: rgb(230,238,220); }

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

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

 a { background-color: rgb(230,238,220); }

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

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

 span { border-color: rgb(230,238,220); }

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