Html Css Color HEX #E5E1DA Vista White

📋 copy color: '#E5E1DA'

red 229 ◦ green 225 ◦ blue 218

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

Shades of Vista White #E5E1DA

Tints of Vista White #E5E1DA

RGB

 RED value IS 229 (89.84% from 255) = 34.08%

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

 BLUE value IS 218 (85.55% from 255) = 32.44%

R = 34.08%
G = 33.48%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E5E1DA (or 0xE5E1DA) is known color: Vista White. HEX triplet: E5, E1 and DA. RGB value is (229,225,218). Sum of RGB (Red+Green+Blue) = 229+225+218=672 (89% of max value = 765). Red value is 229 (89.84% from 255 or 34.08% from 672); Green value is 225 (88.28% from 255 or 33.48% from 672); Blue value is 218 (85.55% from 255 or 32.44% from 672); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5E1DA is #1A1E25. Grayscale: #E1E1E1. Windows color (decimal): -1711654 or 14344677. OLE color: 14344677.

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

Color convert

RGB 229 225 218 -
CMYK 0 0.02 0.05 0.10
HSL 38.18º 0.17% 0.88% -
HSV(B) 38.18º 0.05% 0.9% -
XYZ 71.89 75.57 77.13 -
YUV 225.4 123.83 130.57 -
System Red Green Blue C M Y K H S L
Decimal 229 225 218 0 0.02 0.05 0.10 38.18 0.17 0.88
Hex E5 E1 DA 0 2 5 A 26 11 58
Octal 345 341 332 0 2 5 12 46 21 130
Binary 11100101 11100001 11011010 0 10 101 1010 100110 10001 1011000

Color Harmonies of #E5E1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5E1DA

Black with #E5E1DA

Text Example


Text Example

White with #E5E1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5E1DA; }

 p { color: rgb(229,225,218); }

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

background-color css

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

 a { background-color: rgb(229,225,218); }

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

border-color css

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

 span { border-color: rgb(229,225,218); }

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