Html Css Color HEX #E9DAC9 Almond

📋 copy color: '#E9DAC9'

red 233 ◦ green 218 ◦ blue 201

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

Shades of Almond #E9DAC9

Tints of Almond #E9DAC9

RGB

 RED value IS 233 (91.41% from 255) = 35.74%

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

 BLUE value IS 201 (78.91% from 255) = 30.83%

R = 35.74%
G = 33.44%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.14

 K value IS 0.09

RGB Variations

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

Color information

#E9DAC9 (or 0xE9DAC9) is known color: Almond. HEX triplet: E9, DA and C9. RGB value is (233,218,201). Sum of RGB (Red+Green+Blue) = 233+218+201=652 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.74% from 652); Green value is 218 (85.55% from 255 or 33.44% from 652); Blue value is 201 (78.91% from 255 or 30.83% from 652); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DAC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DAC9 is #162536. Grayscale: #DCDCDC. Windows color (decimal): -1451319 or 13228777. OLE color: 13228777.

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

Color convert

RGB 233 218 201 -
CMYK 0 0.06 0.14 0.09
HSL 31.88º 0.42% 0.85% -
HSV(B) 31.88º 0.14% 0.91% -
XYZ 69.22 71.68 65.45 -
YUV 220.55 116.97 136.88 -
System Red Green Blue C M Y K H S L
Decimal 233 218 201 0 0.06 0.14 0.09 31.88 0.42 0.85
Hex E9 DA C9 0 6 E 9 20 2A 55
Octal 351 332 311 0 6 16 11 40 52 125
Binary 11101001 11011010 11001001 0 110 1110 1001 100000 101010 1010101

Color Harmonies of #E9DAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DAC9

Black with #E9DAC9

Text Example


Text Example

White with #E9DAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DAC9; }

 p { color: rgb(233,218,201); }

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

background-color css

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

 a { background-color: rgb(233,218,201); }

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

border-color css

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

 span { border-color: rgb(233,218,201); }

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