Html Css Color HEX #E1DFDB Vista White

📋 copy color: '#E1DFDB'

red 225 ◦ green 223 ◦ blue 219

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

Shades of Vista White #E1DFDB

Tints of Vista White #E1DFDB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.43%

 BLUE value IS 219 (85.94% from 255) = 32.83%

R = 33.73%
G = 33.43%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E1DFDB (or 0xE1DFDB) is known color: Vista White. HEX triplet: E1, DF and DB. RGB value is (225,223,219). Sum of RGB (Red+Green+Blue) = 225+223+219=667 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.73% from 667); Green value is 223 (87.5% from 255 or 33.43% from 667); Blue value is 219 (85.94% from 255 or 32.83% from 667); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DFDB is #1E2024. Grayscale: #DFDFDF. Windows color (decimal): -1974309 or 14409697. OLE color: 14409697.

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

Color convert

RGB 225 223 219 -
CMYK 0 0.01 0.03 0.12
HSL 40º 0.09% 0.87% -
HSV(B) 40º 0.03% 0.88% -
XYZ 70.23 73.9 77.58 -
YUV 223.14 125.66 129.33 -
System Red Green Blue C M Y K H S L
Decimal 225 223 219 0 0.01 0.03 0.12 40 0.09 0.87
Hex E1 DF DB 0 1 3 C 28 9 57
Octal 341 337 333 0 1 3 14 50 11 127
Binary 11100001 11011111 11011011 0 1 11 1100 101000 1001 1010111

Color Harmonies of #E1DFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DFDB

Black with #E1DFDB

Text Example


Text Example

White with #E1DFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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