Html Css Color HEX #E9DBCC Almond

📋 copy color: '#E9DBCC'

red 233 ◦ green 219 ◦ blue 204

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

Shades of Almond #E9DBCC

Tints of Almond #E9DBCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 31.1%

R = 35.52%
G = 33.38%
B = 31.1%

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

#E9DBCC (or 0xE9DBCC) is known color: Almond. HEX triplet: E9, DB and CC. RGB value is (233,219,204). Sum of RGB (Red+Green+Blue) = 233+219+204=656 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.52% from 656); Green value is 219 (85.94% from 255 or 33.38% from 656); Blue value is 204 (80.08% from 255 or 31.10% from 656); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DBCC is #162433. Grayscale: #DDDDDD. Windows color (decimal): -1451060 or 13425641. OLE color: 13425641.

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

Color convert

RGB 233 219 204 -
CMYK 0 0.06 0.12 0.09
HSL 31.03º 0.4% 0.86% -
HSV(B) 31.03º 0.12% 0.91% -
XYZ 69.83 72.35 67.41 -
YUV 221.48 118.14 136.22 -
System Red Green Blue C M Y K H S L
Decimal 233 219 204 0 0.06 0.12 0.09 31.03 0.4 0.86
Hex E9 DB CC 0 6 C 9 1F 28 56
Octal 351 333 314 0 6 14 11 37 50 126
Binary 11101001 11011011 11001100 0 110 1100 1001 11111 101000 1010110

Color Harmonies of #E9DBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DBCC

Black with #E9DBCC

Text Example


Text Example

White with #E9DBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DBCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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