Html Css Color HEX #E8DACB Almond

📋 copy color: '#E8DACB'

red 232 ◦ green 218 ◦ blue 203

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

Shades of Almond #E8DACB

Tints of Almond #E8DACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 31.09%

R = 35.53%
G = 33.38%
B = 31.09%

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

#E8DACB (or 0xE8DACB) is known color: Almond. HEX triplet: E8, DA and CB. RGB value is (232,218,203). Sum of RGB (Red+Green+Blue) = 232+218+203=653 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.53% from 653); Green value is 218 (85.55% from 255 or 33.38% from 653); Blue value is 203 (79.69% from 255 or 31.09% from 653); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DACB is #172534. Grayscale: #DCDCDC. Windows color (decimal): -1516853 or 13359848. OLE color: 13359848.

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

Color convert

RGB 232 218 203 -
CMYK 0 0.06 0.12 0.09
HSL 31.03º 0.39% 0.85% -
HSV(B) 31.03º 0.13% 0.91% -
XYZ 69.13 71.61 66.68 -
YUV 220.48 118.14 136.22 -
System Red Green Blue C M Y K H S L
Decimal 232 218 203 0 0.06 0.12 0.09 31.03 0.39 0.85
Hex E8 DA CB 0 6 C 9 1F 27 55
Octal 350 332 313 0 6 14 11 37 47 125
Binary 11101000 11011010 11001011 0 110 1100 1001 11111 100111 1010101

Color Harmonies of #E8DACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DACB

Black with #E8DACB

Text Example


Text Example

White with #E8DACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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