Html Css Color HEX #E9D3BF Almond

📋 copy color: '#E9D3BF'

red 233 ◦ green 211 ◦ blue 191

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

Shades of Almond #E9D3BF

Tints of Almond #E9D3BF

RGB

 RED value IS 233 (91.41% from 255) = 36.69%

 GREEN value IS 211 (82.81% from 255) = 33.23%

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

R = 36.69%
G = 33.23%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E9D3BF (or 0xE9D3BF) is known color: Almond. HEX triplet: E9, D3 and BF. RGB value is (233,211,191). Sum of RGB (Red+Green+Blue) = 233+211+191=635 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.69% from 635); Green value is 211 (82.81% from 255 or 33.23% from 635); Blue value is 191 (75% from 255 or 30.08% from 635); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D3BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D3BF is #162C40. Grayscale: #D7D7D7. Windows color (decimal): -1453121 or 12571625. OLE color: 12571625.

HSL color Cylindrical-coordinate representation of color #E9D3BF: hue angle of 28.57º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E9D3BF is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 211 191 -
CMYK 0 0.09 0.18 0.09
HSL 28.57º 0.49% 0.83% -
HSV(B) 28.57º 0.18% 0.91% -
XYZ 66.3 67.67 58.86 -
YUV 215.3 114.29 140.63 -
System Red Green Blue C M Y K H S L
Decimal 233 211 191 0 0.09 0.18 0.09 28.57 0.49 0.83
Hex E9 D3 BF 0 9 12 9 1D 31 53
Octal 351 323 277 0 11 22 11 35 61 123
Binary 11101001 11010011 10111111 0 1001 10010 1001 11101 110001 1010011

Color Harmonies of #E9D3BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D3BF

Black with #E9D3BF

Text Example


Text Example

White with #E9D3BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D3BF; }

 p { color: rgb(233,211,191); }

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

background-color css

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

 a { background-color: rgb(233,211,191); }

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

border-color css

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

 span { border-color: rgb(233,211,191); }

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