Html Css Color HEX #E9D3BE Almond

📋 copy color: '#E9D3BE'

red 233 ◦ green 211 ◦ blue 190

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

Shades of Almond #E9D3BE

Tints of Almond #E9D3BE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.28%

 BLUE value IS 190 (74.61% from 255) = 29.97%

R = 36.75%
G = 33.28%
B = 29.97%

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

#E9D3BE (or 0xE9D3BE) is known color: Almond. HEX triplet: E9, D3 and BE. RGB value is (233,211,190). Sum of RGB (Red+Green+Blue) = 233+211+190=634 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.75% from 634); Green value is 211 (82.81% from 255 or 33.28% from 634); Blue value is 190 (74.61% from 255 or 29.97% from 634); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D3BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D3BE is #162C41. Grayscale: #D7D7D7. Windows color (decimal): -1453122 or 12506089. OLE color: 12506089.

HSL color Cylindrical-coordinate representation of color #E9D3BE: hue angle of 29.3º 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 #E9D3BE is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 211 190 -
CMYK 0 0.09 0.18 0.09
HSL 29.3º 0.49% 0.83% -
HSV(B) 29.3º 0.18% 0.91% -
XYZ 66.19 67.63 58.28 -
YUV 215.18 113.79 140.71 -
System Red Green Blue C M Y K H S L
Decimal 233 211 190 0 0.09 0.18 0.09 29.3 0.49 0.83
Hex E9 D3 BE 0 9 12 9 1D 31 53
Octal 351 323 276 0 11 22 11 35 61 123
Binary 11101001 11010011 10111110 0 1001 10010 1001 11101 110001 1010011

Color Harmonies of #E9D3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D3BE

Black with #E9D3BE

Text Example


Text Example

White with #E9D3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D3BE; }

 p { color: rgb(233,211,190); }

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

background-color css

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

 a { background-color: rgb(233,211,190); }

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

border-color css

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

 span { border-color: rgb(233,211,190); }

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