#E6EFDE

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

Shades of Catskill White #E6EFDE

Tints of Catskill White #E6EFDE

Color information

#E6EFDE (or 0xE6EFDE) is unknown color: approx Catskill White. HEX triplet: E6, EF and DE. RGB value is (230,239,222). Sum of RGB (Red+Green+Blue) = 230+239+222=691 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.29% from 691); Green value is 239 (93.75% from 255 or 34.59% from 691); Blue value is 222 (87.11% from 255 or 32.13% from 691); Max value from RGB is 239 - color contains mainly: green. Hex color #E6EFDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EFDE is #191021. Grayscale: #EAEAEA. Windows color (decimal): -1642530 or 14610406. OLE color: 14610406.

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

Color convert

RGB230239222-
CMYK0.0400.070.06
HSL91.76º34.69%90.39%-
HSV(B)91.76º7.11%93.73%-
XYZ76.6883.8381.25-
YUV234.37121.02124.88-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.29%
GREEN value IS 239 (93.75% from 255) = 34.59%
BLUE value IS 222 (87.11% from 255) = 32.13%
R=33.29%
G=34.59%
B=32.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2302392220.0400.070.0691.7634.6990.39
HexE6EFDE40765c235a
Octal346357336407613443132
Binary111001101110111111011110100011111010111001000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6EFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6EFDE; }

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

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

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

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

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

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

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

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