Html Css Color HEX #E0E1DE Catskill White

📋 copy color: '#E0E1DE'

red 224 ◦ green 225 ◦ blue 222

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

Shades of Catskill White #E0E1DE

Tints of Catskill White #E0E1DE

RGB

 RED value IS 224 (87.89% from 255) = 33.38%

 GREEN value IS 225 (88.28% from 255) = 33.53%

 BLUE value IS 222 (87.11% from 255) = 33.08%

R = 33.38%
G = 33.53%
B = 33.08%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E0E1DE (or 0xE0E1DE) is known color: Catskill White. HEX triplet: E0, E1 and DE. RGB value is (224,225,222). Sum of RGB (Red+Green+Blue) = 224+225+222=671 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.38% from 671); Green value is 225 (88.28% from 255 or 33.53% from 671); Blue value is 222 (87.11% from 255 or 33.08% from 671); Max value from RGB is 225 - color contains mainly: green. Hex color #E0E1DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0E1DE is #1F1E21. Grayscale: #E0E0E0. Windows color (decimal): -2039330 or 14606816. OLE color: 14606816.

HSL color Cylindrical-coordinate representation of color #E0E1DE: hue angle of 80º degrees, saturation: 0.05, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #E0E1DE is Cyan = 0.00, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 225 222 -
CMYK 0.00 0 0.01 0.12
HSL 80º 0.05% 0.88% -
HSV(B) 80º 0.01% 0.88% -
XYZ 70.85 74.97 79.84 -
YUV 224.36 126.67 127.74 -
System Red Green Blue C M Y K H S L
Decimal 224 225 222 0.00 0 0.01 0.12 80 0.05 0.88
Hex E0 E1 DE 0 0 1 C 50 5 58
Octal 340 341 336 0 0 1 14 120 5 130
Binary 11100000 11100001 11011110 0 0 1 1100 1010000 101 1011000

Color Harmonies of #E0E1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0E1DE

Black with #E0E1DE

Text Example


Text Example

White with #E0E1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0E1DE; }

 p { color: rgb(224,225,222); }

 H1.HeaderClassName
 {
   color: #E0E1DE;
 }
 .AnyTagClassName
 {
   color: #E0E1DE;
 }
</style>

background-color css

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

 a { background-color: rgb(224,225,222); }

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

border-color css

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

 span { border-color: rgb(224,225,222); }

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