#E0E4DD

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

Shades of Catskill White #E0E4DD

Tints of Catskill White #E0E4DD

Color information

#E0E4DD (or 0xE0E4DD) is unknown color: approx Catskill White. HEX triplet: E0, E4 and DD. RGB value is (224,228,221). Sum of RGB (Red+Green+Blue) = 224+228+221=673 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.28% from 673); Green value is 228 (89.45% from 255 or 33.88% from 673); Blue value is 221 (86.72% from 255 or 32.84% from 673); Max value from RGB is 228 - color contains mainly: green. Hex color #E0E4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0E4DD is #1F1B22. Grayscale: #E2E2E2. Windows color (decimal): -2038563 or 14542048. OLE color: 14542048.

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

Color convert

RGB224228221-
CMYK0.0200.030.11
HSL94.29º11.48%88.04%-
HSV(B)94.29º3.07%89.41%-
XYZ71.5476.5579.41-
YUV226.01125.17126.57-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.28%
GREEN value IS 228 (89.45% from 255) = 33.88%
BLUE value IS 221 (86.72% from 255) = 32.84%
R=33.28%
G=33.88%
B=32.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2242282210.0200.030.1194.2911.4888.04
HexE0E4DD203B5eb58
Octal3403443352031313613130
Binary111000001110010011011101100111011101111010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E4DD; }

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

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

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

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

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

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

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

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