Html Css Color HEX #E1DCD5 Vista White

📋 copy color: '#E1DCD5'

red 225 ◦ green 220 ◦ blue 213

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

Shades of Vista White #E1DCD5

Tints of Vista White #E1DCD5

RGB

 RED value IS 225 (88.28% from 255) = 34.19%

 GREEN value IS 220 (86.33% from 255) = 33.43%

 BLUE value IS 213 (83.59% from 255) = 32.37%

R = 34.19%
G = 33.43%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E1DCD5 (or 0xE1DCD5) is known color: Vista White. HEX triplet: E1, DC and D5. RGB value is (225,220,213). Sum of RGB (Red+Green+Blue) = 225+220+213=658 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.19% from 658); Green value is 220 (86.33% from 255 or 33.43% from 658); Blue value is 213 (83.59% from 255 or 32.37% from 658); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DCD5 is #1E232A. Grayscale: #DCDCDC. Windows color (decimal): -1975083 or 14015713. OLE color: 14015713.

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

Color convert

RGB 225 220 213 -
CMYK 0 0.02 0.05 0.12
HSL 35º 0.17% 0.86% -
HSV(B) 35º 0.05% 0.88% -
XYZ 68.65 72 73.23 -
YUV 220.7 123.66 131.07 -
System Red Green Blue C M Y K H S L
Decimal 225 220 213 0 0.02 0.05 0.12 35 0.17 0.86
Hex E1 DC D5 0 2 5 C 23 11 56
Octal 341 334 325 0 2 5 14 43 21 126
Binary 11100001 11011100 11010101 0 10 101 1100 100011 10001 1010110

Color Harmonies of #E1DCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DCD5

Black with #E1DCD5

Text Example


Text Example

White with #E1DCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DCD5; }

 p { color: rgb(225,220,213); }

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

background-color css

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

 a { background-color: rgb(225,220,213); }

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

border-color css

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

 span { border-color: rgb(225,220,213); }

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