#E6EFDD

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

Shades of Catskill White #E6EFDD

Tints of Catskill White #E6EFDD

Color information

#E6EFDD (or 0xE6EFDD) is unknown color: approx Catskill White. HEX triplet: E6, EF and DD. RGB value is (230,239,221). Sum of RGB (Red+Green+Blue) = 230+239+221=690 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.33% from 690); Green value is 239 (93.75% from 255 or 34.64% from 690); Blue value is 221 (86.72% from 255 or 32.03% from 690); Max value from RGB is 239 - color contains mainly: green. Hex color #E6EFDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EFDD is #191022. Grayscale: #EAEAEA. Windows color (decimal): -1642531 or 14544870. OLE color: 14544870.

HSL color Cylindrical-coordinate representation of color #E6EFDD: hue angle of 90º degrees, saturation: 0.36, 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 #E6EFDD is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB230239221-
CMYK0.0400.080.06
HSL90º36%90.2%-
HSV(B)90º7.53%93.73%-
XYZ76.5583.7880.54-
YUV234.26120.52124.96-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.33%
GREEN value IS 239 (93.75% from 255) = 34.64%
BLUE value IS 221 (86.72% from 255) = 32.03%
R=33.33%
G=34.64%
B=32.03%

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
Decimal2302392210.0400.080.06903690.2
HexE6EFDD40865a245a
Octal3463573354010613244132
Binary1110011011101111110111011000100011010110101001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6EFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6EFDD; }

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

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

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

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

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

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

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

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