Html Css Color HEX #E8D7C8 Almond

📋 copy color: '#E8D7C8'

red 232 ◦ green 215 ◦ blue 200

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

Shades of Almond #E8D7C8

Tints of Almond #E8D7C8

RGB

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

 GREEN value IS 215 (84.38% from 255) = 33.23%

 BLUE value IS 200 (78.52% from 255) = 30.91%

R = 35.86%
G = 33.23%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0.09

RGB Variations

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

Color information

#E8D7C8 (or 0xE8D7C8) is known color: Almond. HEX triplet: E8, D7 and C8. RGB value is (232,215,200). Sum of RGB (Red+Green+Blue) = 232+215+200=647 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.86% from 647); Green value is 215 (84.38% from 255 or 33.23% from 647); Blue value is 200 (78.52% from 255 or 30.91% from 647); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D7C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D7C8 is #172837. Grayscale: #DADADA. Windows color (decimal): -1517624 or 13162472. OLE color: 13162472.

HSL color Cylindrical-coordinate representation of color #E8D7C8: hue angle of 28.12º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E8D7C8 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 215 200 -
CMYK 0 0.07 0.14 0.09
HSL 28.13º 0.41% 0.85% -
HSV(B) 28.13º 0.14% 0.91% -
XYZ 68 69.93 64.56 -
YUV 218.37 117.63 137.72 -
System Red Green Blue C M Y K H S L
Decimal 232 215 200 0 0.07 0.14 0.09 28.13 0.41 0.85
Hex E8 D7 C8 0 7 E 9 1C 29 55
Octal 350 327 310 0 7 16 11 34 51 125
Binary 11101000 11010111 11001000 0 111 1110 1001 11100 101001 1010101

Color Harmonies of #E8D7C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D7C8

Black with #E8D7C8

Text Example


Text Example

White with #E8D7C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D7C8; }

 p { color: rgb(232,215,200); }

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

background-color css

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

 a { background-color: rgb(232,215,200); }

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

border-color css

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

 span { border-color: rgb(232,215,200); }

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