Html Css Color HEX #E9D1BD Almond

📋 copy color: '#E9D1BD'

red 233 ◦ green 209 ◦ blue 189

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

Shades of Almond #E9D1BD

Tints of Almond #E9D1BD

RGB

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

 GREEN value IS 209 (82.03% from 255) = 33.12%

 BLUE value IS 189 (74.22% from 255) = 29.95%

R = 36.93%
G = 33.12%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E9D1BD (or 0xE9D1BD) is known color: Almond. HEX triplet: E9, D1 and BD. RGB value is (233,209,189). Sum of RGB (Red+Green+Blue) = 233+209+189=631 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.93% from 631); Green value is 209 (82.03% from 255 or 33.12% from 631); Blue value is 189 (74.22% from 255 or 29.95% from 631); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D1BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D1BD is #162E42. Grayscale: #D5D5D5. Windows color (decimal): -1453635 or 12440041. OLE color: 12440041.

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

Color convert

RGB 233 209 189 -
CMYK 0 0.10 0.19 0.09
HSL 27.27º 0.5% 0.83% -
HSV(B) 27.27º 0.19% 0.91% -
XYZ 65.59 66.6 57.54 -
YUV 213.9 113.95 141.63 -
System Red Green Blue C M Y K H S L
Decimal 233 209 189 0 0.10 0.19 0.09 27.27 0.5 0.83
Hex E9 D1 BD 0 A 13 9 1B 32 53
Octal 351 321 275 0 12 23 11 33 62 123
Binary 11101001 11010001 10111101 0 1010 10011 1001 11011 110010 1010011

Color Harmonies of #E9D1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D1BD

Black with #E9D1BD

Text Example


Text Example

White with #E9D1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D1BD; }

 p { color: rgb(233,209,189); }

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

background-color css

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

 a { background-color: rgb(233,209,189); }

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

border-color css

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

 span { border-color: rgb(233,209,189); }

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