#E6EFDC

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

Shades of Catskill White #E6EFDC

Tints of Catskill White #E6EFDC

Color information

#E6EFDC (or 0xE6EFDC) is unknown color: approx Catskill White. HEX triplet: E6, EF and DC. RGB value is (230,239,220). Sum of RGB (Red+Green+Blue) = 230+239+220=689 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.38% from 689); Green value is 239 (93.75% from 255 or 34.69% from 689); Blue value is 220 (86.33% from 255 or 31.93% from 689); Max value from RGB is 239 - color contains mainly: green. Hex color #E6EFDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EFDC is #191023. Grayscale: #EAEAEA. Windows color (decimal): -1642532 or 14479334. OLE color: 14479334.

HSL color Cylindrical-coordinate representation of color #E6EFDC: hue angle of 88.42º degrees, saturation: 0.37, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E6EFDC is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB230239220-
CMYK0.0400.080.06
HSL88.42º37.25%90%-
HSV(B)88.42º7.95%93.73%-
XYZ76.4283.7279.84-
YUV234.14120.02125.04-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.38%
GREEN value IS 239 (93.75% from 255) = 34.69%
BLUE value IS 220 (86.33% from 255) = 31.93%
R=33.38%
G=34.69%
B=31.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2302392200.0400.080.0688.4237.2590
HexE6EFDC408658255a
Octal3463573344010613045132
Binary1110011011101111110111001000100011010110001001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6EFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6EFDC; }

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

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

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

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

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

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

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

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