Html Css Color HEX #E9DBCE Almond

📋 copy color: '#E9DBCE'

red 233 ◦ green 219 ◦ blue 206

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

Shades of Almond #E9DBCE

Tints of Almond #E9DBCE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.28%

 BLUE value IS 206 (80.86% from 255) = 31.31%

R = 35.41%
G = 33.28%
B = 31.31%

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

#E9DBCE (or 0xE9DBCE) is known color: Almond. HEX triplet: E9, DB and CE. RGB value is (233,219,206). Sum of RGB (Red+Green+Blue) = 233+219+206=658 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.41% from 658); Green value is 219 (85.94% from 255 or 33.28% from 658); Blue value is 206 (80.86% from 255 or 31.31% from 658); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DBCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DBCE is #162431. Grayscale: #DDDDDD. Windows color (decimal): -1451058 or 13556713. OLE color: 13556713.

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

Color convert

RGB 233 219 206 -
CMYK 0 0.06 0.12 0.09
HSL 28.89º 0.38% 0.86% -
HSV(B) 28.89º 0.12% 0.91% -
XYZ 70.08 72.44 68.68 -
YUV 221.7 119.14 136.06 -
System Red Green Blue C M Y K H S L
Decimal 233 219 206 0 0.06 0.12 0.09 28.89 0.38 0.86
Hex E9 DB CE 0 6 C 9 1D 26 56
Octal 351 333 316 0 6 14 11 35 46 126
Binary 11101001 11011011 11001110 0 110 1100 1001 11101 100110 1010110

Color Harmonies of #E9DBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DBCE

Black with #E9DBCE

Text Example


Text Example

White with #E9DBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DBCE; }

 p { color: rgb(233,219,206); }

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

background-color css

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

 a { background-color: rgb(233,219,206); }

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

border-color css

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

 span { border-color: rgb(233,219,206); }

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