Html Css Color HEX #E8D2BF Almond

📋 copy color: '#E8D2BF'

red 232 ◦ green 210 ◦ blue 191

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

Shades of Almond #E8D2BF

Tints of Almond #E8D2BF

RGB

 RED value IS 232 (91.02% from 255) = 36.65%

 GREEN value IS 210 (82.42% from 255) = 33.18%

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

R = 36.65%
G = 33.18%
B = 30.17%

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

#E8D2BF (or 0xE8D2BF) is known color: Almond. HEX triplet: E8, D2 and BF. RGB value is (232,210,191). Sum of RGB (Red+Green+Blue) = 232+210+191=633 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.65% from 633); Green value is 210 (82.42% from 255 or 33.18% from 633); Blue value is 191 (75% from 255 or 30.17% from 633); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D2BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D2BF is #172D40. Grayscale: #D6D6D6. Windows color (decimal): -1518913 or 12571368. OLE color: 12571368.

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

Color convert

RGB 232 210 191 -
CMYK 0 0.09 0.18 0.09
HSL 27.8º 0.47% 0.83% -
HSV(B) 27.8º 0.18% 0.91% -
XYZ 65.73 67.01 58.76 -
YUV 214.41 114.79 140.54 -
System Red Green Blue C M Y K H S L
Decimal 232 210 191 0 0.09 0.18 0.09 27.8 0.47 0.83
Hex E8 D2 BF 0 9 12 9 1C 2F 53
Octal 350 322 277 0 11 22 11 34 57 123
Binary 11101000 11010010 10111111 0 1001 10010 1001 11100 101111 1010011

Color Harmonies of #E8D2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D2BF

Black with #E8D2BF

Text Example


Text Example

White with #E8D2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D2BF; }

 p { color: rgb(232,210,191); }

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

background-color css

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

 a { background-color: rgb(232,210,191); }

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

border-color css

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

 span { border-color: rgb(232,210,191); }

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