Html Css Color HEX #E7D3BE Almond

📋 copy color: '#E7D3BE'

red 231 ◦ green 211 ◦ blue 190

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

Shades of Almond #E7D3BE

Tints of Almond #E7D3BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 30.06%

R = 36.55%
G = 33.39%
B = 30.06%

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

#E7D3BE (or 0xE7D3BE) is known color: Almond. HEX triplet: E7, D3 and BE. RGB value is (231,211,190). Sum of RGB (Red+Green+Blue) = 231+211+190=632 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.55% from 632); Green value is 211 (82.81% from 255 or 33.39% from 632); Blue value is 190 (74.61% from 255 or 30.06% from 632); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D3BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D3BE is #182C41. Grayscale: #D6D6D6. Windows color (decimal): -1584194 or 12506087. OLE color: 12506087.

HSL color Cylindrical-coordinate representation of color #E7D3BE: hue angle of 30.73º degrees, saturation: 0.46, 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 #E7D3BE is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 211 190 -
CMYK 0 0.09 0.18 0.09
HSL 30.73º 0.46% 0.83% -
HSV(B) 30.73º 0.18% 0.91% -
XYZ 65.54 67.3 58.25 -
YUV 214.59 114.13 139.71 -
System Red Green Blue C M Y K H S L
Decimal 231 211 190 0 0.09 0.18 0.09 30.73 0.46 0.83
Hex E7 D3 BE 0 9 12 9 1F 2E 53
Octal 347 323 276 0 11 22 11 37 56 123
Binary 11100111 11010011 10111110 0 1001 10010 1001 11111 101110 1010011

Color Harmonies of #E7D3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D3BE

Black with #E7D3BE

Text Example


Text Example

White with #E7D3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D3BE; }

 p { color: rgb(231,211,190); }

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

background-color css

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

 a { background-color: rgb(231,211,190); }

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

border-color css

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

 span { border-color: rgb(231,211,190); }

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