Html Css Color HEX #E0E4DC Catskill White

📋 copy color: '#E0E4DC'

red 224 ◦ green 228 ◦ blue 220

#E0E4DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Catskill White #E0E4DC

Tints of Catskill White #E0E4DC

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 value IS 0.02

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E0E4DC (or 0xE0E4DC) is known color: 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

RGB 224 228 220 -
CMYK 0.02 0 0.04 0.11
HSL 90º 0.13% 0.88% -
HSV(B) 90º 0.04% 0.89% -
XYZ 71.4 76.5 78.71 -
YUV 225.89 124.67 126.65 -
System Red Green Blue C M Y K H S L
Decimal 224 228 220 0.02 0 0.04 0.11 90 0.13 0.88
Hex E0 E4 DC 2 0 4 B 5A D 58
Octal 340 344 334 2 0 4 13 132 15 130
Binary 11100000 11100100 11011100 10 0 100 1011 1011010 1101 1011000

Color Harmonies of #E0E4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0E4DC

Black with #E0E4DC

Text Example


Text Example

White with #E0E4DC

Text Example


Text Example

HTML Codes & Css Web 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>