Html Css Color HEX #E8DACC Almond

📋 copy color: '#E8DACC'

red 232 ◦ green 218 ◦ blue 204

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

Shades of Almond #E8DACC

Tints of Almond #E8DACC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 33.33%

 BLUE value IS 204 (80.08% from 255) = 31.19%

R = 35.47%
G = 33.33%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E8DACC (or 0xE8DACC) is known color: Almond. HEX triplet: E8, DA and CC. RGB value is (232,218,204). Sum of RGB (Red+Green+Blue) = 232+218+204=654 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.47% from 654); Green value is 218 (85.55% from 255 or 33.33% from 654); Blue value is 204 (80.08% from 255 or 31.19% from 654); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DACC is #172533. Grayscale: #DCDCDC. Windows color (decimal): -1516852 or 13425384. OLE color: 13425384.

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

Color convert

RGB 232 218 204 -
CMYK 0 0.06 0.12 0.09
HSL 30º 0.38% 0.85% -
HSV(B) 30º 0.12% 0.91% -
XYZ 69.25 71.66 67.31 -
YUV 220.59 118.64 136.14 -
System Red Green Blue C M Y K H S L
Decimal 232 218 204 0 0.06 0.12 0.09 30 0.38 0.85
Hex E8 DA CC 0 6 C 9 1E 26 55
Octal 350 332 314 0 6 14 11 36 46 125
Binary 11101000 11011010 11001100 0 110 1100 1001 11110 100110 1010101

Color Harmonies of #E8DACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DACC

Black with #E8DACC

Text Example


Text Example

White with #E8DACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DACC; }

 p { color: rgb(232,218,204); }

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

background-color css

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

 a { background-color: rgb(232,218,204); }

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

border-color css

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

 span { border-color: rgb(232,218,204); }

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