Html Css Color HEX #E9DBCD Almond

📋 copy color: '#E9DBCD'

red 233 ◦ green 219 ◦ blue 205

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

Shades of Almond #E9DBCD

Tints of Almond #E9DBCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 31.2%

R = 35.46%
G = 33.33%
B = 31.2%

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

#E9DBCD (or 0xE9DBCD) is known color: Almond. HEX triplet: E9, DB and CD. RGB value is (233,219,205). Sum of RGB (Red+Green+Blue) = 233+219+205=657 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.46% from 657); Green value is 219 (85.94% from 255 or 33.33% from 657); Blue value is 205 (80.47% from 255 or 31.20% from 657); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DBCD is #162432. Grayscale: #DDDDDD. Windows color (decimal): -1451059 or 13491177. OLE color: 13491177.

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

Color convert

RGB 233 219 205 -
CMYK 0 0.06 0.12 0.09
HSL 30º 0.39% 0.86% -
HSV(B) 30º 0.12% 0.91% -
XYZ 69.96 72.39 68.04 -
YUV 221.59 118.64 136.14 -
System Red Green Blue C M Y K H S L
Decimal 233 219 205 0 0.06 0.12 0.09 30 0.39 0.86
Hex E9 DB CD 0 6 C 9 1E 27 56
Octal 351 333 315 0 6 14 11 36 47 126
Binary 11101001 11011011 11001101 0 110 1100 1001 11110 100111 1010110

Color Harmonies of #E9DBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DBCD

Black with #E9DBCD

Text Example


Text Example

White with #E9DBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DBCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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