#E0E4DC

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

Shades of Catskill White #E0E4DC

Tints of Catskill White #E0E4DC

Color information

#E0E4DC (or 0xE0E4DC) is unknown color: approx Catskill White. HEX triplet: E0, E4 and DC. RGB value is (224,228,220). Sum of RGB (Red+Green+Blue) = 224+228+220=672 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.33% from 672); Green value is 228 (89.45% from 255 or 33.93% from 672); Blue value is 220 (86.33% from 255 or 32.74% from 672); Max value from RGB is 228 - color contains mainly: green. Hex color #E0E4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0E4DC is #1F1B23. Grayscale: #E1E1E1. Windows color (decimal): -2038564 or 14476512. OLE color: 14476512.

HSL color Cylindrical-coordinate representation of color #E0E4DC: hue angle of 90º degrees, saturation: 0.13, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E0E4DC is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB224228220-
CMYK0.0200.040.11
HSL90º12.9%87.84%-
HSV(B)90º3.51%89.41%-
XYZ71.476.578.71-
YUV225.89124.67126.65-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.33%
GREEN value IS 228 (89.45% from 255) = 33.93%
BLUE value IS 220 (86.33% from 255) = 32.74%
R=33.33%
G=33.93%
B=32.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2242282200.0200.040.119012.987.84
HexE0E4DC204B5ad58
Octal3403443342041313215130
Binary1110000011100100110111001001001011101101011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E4DC; }

 p { color: rgb(224,228,220); }

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

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

 a { background-color: rgb(224,228,220); }

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

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

 span { border-color: rgb(224,228,220); }

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