Html Css Color HEX #E2DABF Wheatfield

📋 copy color: '#E2DABF'

red 226 ◦ green 218 ◦ blue 191

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

Shades of Wheatfield #E2DABF

Tints of Wheatfield #E2DABF

RGB

 RED value IS 226 (88.67% from 255) = 35.59%

 GREEN value IS 218 (85.55% from 255) = 34.33%

 BLUE value IS 191 (75% from 255) = 30.08%

R = 35.59%
G = 34.33%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.15

 K value IS 0.11

RGB Variations

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

Color information

#E2DABF (or 0xE2DABF) is known color: Wheatfield. HEX triplet: E2, DA and BF. RGB value is (226,218,191). Sum of RGB (Red+Green+Blue) = 226+218+191=635 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.59% from 635); Green value is 218 (85.55% from 255 or 34.33% from 635); Blue value is 191 (75% from 255 or 30.08% from 635); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DABF is #1D2540. Grayscale: #D9D9D9. Windows color (decimal): -1910081 or 12573410. OLE color: 12573410.

HSL color Cylindrical-coordinate representation of color #E2DABF: hue angle of 46.29º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E2DABF is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 218 191 -
CMYK 0 0.04 0.15 0.11
HSL 46.29º 0.38% 0.82% -
HSV(B) 46.29º 0.15% 0.89% -
XYZ 65.84 70.07 59.35 -
YUV 217.31 113.15 134.2 -
System Red Green Blue C M Y K H S L
Decimal 226 218 191 0 0.04 0.15 0.11 46.29 0.38 0.82
Hex E2 DA BF 0 4 F B 2E 26 52
Octal 342 332 277 0 4 17 13 56 46 122
Binary 11100010 11011010 10111111 0 100 1111 1011 101110 100110 1010010

Color Harmonies of #E2DABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DABF

Black with #E2DABF

Text Example


Text Example

White with #E2DABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DABF; }

 p { color: rgb(226,218,191); }

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

background-color css

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

 a { background-color: rgb(226,218,191); }

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

border-color css

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

 span { border-color: rgb(226,218,191); }

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