Html Css Color HEX #E9D1BB Almond

📋 copy color: '#E9D1BB'

red 233 ◦ green 209 ◦ blue 187

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

Shades of Almond #E9D1BB

Tints of Almond #E9D1BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 29.73%

R = 37.04%
G = 33.23%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E9D1BB (or 0xE9D1BB) is known color: Almond. HEX triplet: E9, D1 and BB. RGB value is (233,209,187). Sum of RGB (Red+Green+Blue) = 233+209+187=629 (83% of max value = 765). Red value is 233 (91.41% from 255 or 37.04% from 629); Green value is 209 (82.03% from 255 or 33.23% from 629); Blue value is 187 (73.44% from 255 or 29.73% from 629); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D1BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D1BB is #162E44. Grayscale: #D5D5D5. Windows color (decimal): -1453637 or 12308969. OLE color: 12308969.

HSL color Cylindrical-coordinate representation of color #E9D1BB: hue angle of 28.7º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E9D1BB is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 209 187 -
CMYK 0 0.10 0.20 0.09
HSL 28.7º 0.51% 0.82% -
HSV(B) 28.7º 0.2% 0.91% -
XYZ 65.37 66.51 56.41 -
YUV 213.67 112.95 141.79 -
System Red Green Blue C M Y K H S L
Decimal 233 209 187 0 0.10 0.20 0.09 28.7 0.51 0.82
Hex E9 D1 BB 0 A 14 9 1D 33 52
Octal 351 321 273 0 12 24 11 35 63 122
Binary 11101001 11010001 10111011 0 1010 10100 1001 11101 110011 1010010

Color Harmonies of #E9D1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D1BB

Black with #E9D1BB

Text Example


Text Example

White with #E9D1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D1BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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