Html Css Color HEX #E8DACA Almond

📋 copy color: '#E8DACA'

red 232 ◦ green 218 ◦ blue 202

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

Shades of Almond #E8DACA

Tints of Almond #E8DACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 30.98%

R = 35.58%
G = 33.44%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E8DACA (or 0xE8DACA) is known color: Almond. HEX triplet: E8, DA and CA. RGB value is (232,218,202). Sum of RGB (Red+Green+Blue) = 232+218+202=652 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.58% from 652); Green value is 218 (85.55% from 255 or 33.44% from 652); Blue value is 202 (79.30% from 255 or 30.98% from 652); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DACA is #172535. Grayscale: #DCDCDC. Windows color (decimal): -1516854 or 13294312. OLE color: 13294312.

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

Color convert

RGB 232 218 202 -
CMYK 0 0.06 0.13 0.09
HSL 32º 0.39% 0.85% -
HSV(B) 32º 0.13% 0.91% -
XYZ 69.01 71.56 66.05 -
YUV 220.36 117.64 136.3 -
System Red Green Blue C M Y K H S L
Decimal 232 218 202 0 0.06 0.13 0.09 32 0.39 0.85
Hex E8 DA CA 0 6 D 9 20 27 55
Octal 350 332 312 0 6 15 11 40 47 125
Binary 11101000 11011010 11001010 0 110 1101 1001 100000 100111 1010101

Color Harmonies of #E8DACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DACA

Black with #E8DACA

Text Example


Text Example

White with #E8DACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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