Html Css Color HEX #E8D0BB Almond

📋 copy color: '#E8D0BB'

red 232 ◦ green 208 ◦ blue 187

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

Shades of Almond #E8D0BB

Tints of Almond #E8D0BB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.17%

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

R = 37%
G = 33.17%
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

#E8D0BB (or 0xE8D0BB) is known color: Almond. HEX triplet: E8, D0 and BB. RGB value is (232,208,187). Sum of RGB (Red+Green+Blue) = 232+208+187=627 (83% of max value = 765). Red value is 232 (91.02% from 255 or 37.00% from 627); Green value is 208 (81.64% from 255 or 33.17% from 627); Blue value is 187 (73.44% from 255 or 29.82% from 627); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D0BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D0BB is #172F44. Grayscale: #D4D4D4. Windows color (decimal): -1519429 or 12308712. OLE color: 12308712.

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

Color convert

RGB 232 208 187 -
CMYK 0 0.10 0.19 0.09
HSL 28º 0.49% 0.82% -
HSV(B) 28º 0.19% 0.91% -
XYZ 64.8 65.86 56.31 -
YUV 212.78 113.45 141.71 -
System Red Green Blue C M Y K H S L
Decimal 232 208 187 0 0.10 0.19 0.09 28 0.49 0.82
Hex E8 D0 BB 0 A 13 9 1C 31 52
Octal 350 320 273 0 12 23 11 34 61 122
Binary 11101000 11010000 10111011 0 1010 10011 1001 11100 110001 1010010

Color Harmonies of #E8D0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D0BB

Black with #E8D0BB

Text Example


Text Example

White with #E8D0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D0BB; }

 p { color: rgb(232,208,187); }

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

background-color css

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

 a { background-color: rgb(232,208,187); }

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

border-color css

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

 span { border-color: rgb(232,208,187); }

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