Html Css Color HEX #E9D5BF Almond

📋 copy color: '#E9D5BF'

red 233 ◦ green 213 ◦ blue 191

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

Shades of Almond #E9D5BF

Tints of Almond #E9D5BF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.44%

 BLUE value IS 191 (75% from 255) = 29.98%

R = 36.58%
G = 33.44%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E9D5BF (or 0xE9D5BF) is known color: Almond. HEX triplet: E9, D5 and BF. RGB value is (233,213,191). Sum of RGB (Red+Green+Blue) = 233+213+191=637 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.58% from 637); Green value is 213 (83.59% from 255 or 33.44% from 637); Blue value is 191 (75% from 255 or 29.98% from 637); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D5BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D5BF is #162A40. Grayscale: #D8D8D8. Windows color (decimal): -1452609 or 12572137. OLE color: 12572137.

HSL color Cylindrical-coordinate representation of color #E9D5BF: hue angle of 31.43º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E9D5BF is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 213 191 -
CMYK 0 0.09 0.18 0.09
HSL 31.43º 0.49% 0.83% -
HSV(B) 31.43º 0.18% 0.91% -
XYZ 66.8 68.67 59.02 -
YUV 216.47 113.63 139.79 -
System Red Green Blue C M Y K H S L
Decimal 233 213 191 0 0.09 0.18 0.09 31.43 0.49 0.83
Hex E9 D5 BF 0 9 12 9 1F 31 53
Octal 351 325 277 0 11 22 11 37 61 123
Binary 11101001 11010101 10111111 0 1001 10010 1001 11111 110001 1010011

Color Harmonies of #E9D5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D5BF

Black with #E9D5BF

Text Example


Text Example

White with #E9D5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D5BF; }

 p { color: rgb(233,213,191); }

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

background-color css

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

 a { background-color: rgb(233,213,191); }

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

border-color css

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

 span { border-color: rgb(233,213,191); }

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