Html Css Color HEX #E0E1DF Catskill White

📋 copy color: '#E0E1DF'

red 224 ◦ green 225 ◦ blue 223

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

Shades of Catskill White #E0E1DF

Tints of Catskill White #E0E1DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 33.18%

R = 33.33%
G = 33.48%
B = 33.18%

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

#E0E1DF (or 0xE0E1DF) is known color: Catskill White. HEX triplet: E0, E1 and DF. RGB value is (224,225,223). Sum of RGB (Red+Green+Blue) = 224+225+223=672 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.33% from 672); Green value is 225 (88.28% from 255 or 33.48% from 672); Blue value is 223 (87.5% from 255 or 33.18% from 672); Max value from RGB is 225 - color contains mainly: green. Hex color #E0E1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0E1DF is #1F1E20. Grayscale: #E0E0E0. Windows color (decimal): -2039329 or 14672352. OLE color: 14672352.

HSL color Cylindrical-coordinate representation of color #E0E1DF: hue angle of 90º degrees, saturation: 0.03, 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 #E0E1DF is Cyan = 0.00, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 225 223 -
CMYK 0.00 0 0.01 0.12
HSL 90º 0.03% 0.88% -
HSV(B) 90º 0.01% 0.88% -
XYZ 70.98 75.03 80.55 -
YUV 224.47 127.17 127.66 -
System Red Green Blue C M Y K H S L
Decimal 224 225 223 0.00 0 0.01 0.12 90 0.03 0.88
Hex E0 E1 DF 0 0 1 C 5A 3 58
Octal 340 341 337 0 0 1 14 132 3 130
Binary 11100000 11100001 11011111 0 0 1 1100 1011010 11 1011000

Color Harmonies of #E0E1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0E1DF

Black with #E0E1DF

Text Example


Text Example

White with #E0E1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0E1DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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