#E6EDDD

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

Shades of Catskill White #E6EDDD

Tints of Catskill White #E6EDDD

Color information

#E6EDDD (or 0xE6EDDD) is unknown color: approx Catskill White. HEX triplet: E6, ED and DD. RGB value is (230,237,221). Sum of RGB (Red+Green+Blue) = 230+237+221=688 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.43% from 688); Green value is 237 (92.97% from 255 or 34.45% from 688); Blue value is 221 (86.72% from 255 or 32.12% from 688); Max value from RGB is 237 - color contains mainly: green. Hex color #E6EDDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EDDD is #191222. Grayscale: #E9E9E9. Windows color (decimal): -1643043 or 14544358. OLE color: 14544358.

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

Color convert

RGB230237221-
CMYK0.0300.070.07
HSL86.25º30.77%89.8%-
HSV(B)86.25º6.75%92.94%-
XYZ75.9782.6180.35-
YUV233.08121.18125.8-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.43%
GREEN value IS 237 (92.97% from 255) = 34.45%
BLUE value IS 221 (86.72% from 255) = 32.12%
R=33.43%
G=34.45%
B=32.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2302372210.0300.070.0786.2530.7789.8
HexE6EDDD3077561f5a
Octal346355335307712637132
Binary1110011011101101110111011101111111010110111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6EDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6EDDD; }

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

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

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

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

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

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

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

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