Html Css Color HEX #E7D1BB Almond

📋 copy color: '#E7D1BB'

red 231 ◦ green 209 ◦ blue 187

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

Shades of Almond #E7D1BB

Tints of Almond #E7D1BB

RGB

 RED value IS 231 (90.63% from 255) = 36.84%

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

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

R = 36.84%
G = 33.33%
B = 29.82%

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

#E7D1BB (or 0xE7D1BB) is known color: Almond. HEX triplet: E7, D1 and BB. RGB value is (231,209,187). Sum of RGB (Red+Green+Blue) = 231+209+187=627 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.84% from 627); Green value is 209 (82.03% from 255 or 33.33% from 627); Blue value is 187 (73.44% from 255 or 29.82% from 627); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D1BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D1BB is #182E44. Grayscale: #D5D5D5. Windows color (decimal): -1584709 or 12308967. OLE color: 12308967.

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

Color convert

RGB 231 209 187 -
CMYK 0 0.10 0.19 0.09
HSL 30º 0.48% 0.82% -
HSV(B) 30º 0.19% 0.91% -
XYZ 64.73 66.18 56.38 -
YUV 213.07 113.29 140.79 -
System Red Green Blue C M Y K H S L
Decimal 231 209 187 0 0.10 0.19 0.09 30 0.48 0.82
Hex E7 D1 BB 0 A 13 9 1E 30 52
Octal 347 321 273 0 12 23 11 36 60 122
Binary 11100111 11010001 10111011 0 1010 10011 1001 11110 110000 1010010

Color Harmonies of #E7D1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D1BB

Black with #E7D1BB

Text Example


Text Example

White with #E7D1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D1BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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