Html Css Color HEX #E9D9CB Almond

📋 copy color: '#E9D9CB'

red 233 ◦ green 217 ◦ blue 203

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

Shades of Almond #E9D9CB

Tints of Almond #E9D9CB

RGB

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

 GREEN value IS 217 (85.16% from 255) = 33.23%

 BLUE value IS 203 (79.69% from 255) = 31.09%

R = 35.68%
G = 33.23%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E9D9CB (or 0xE9D9CB) is known color: Almond. HEX triplet: E9, D9 and CB. RGB value is (233,217,203). Sum of RGB (Red+Green+Blue) = 233+217+203=653 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.68% from 653); Green value is 217 (85.16% from 255 or 33.23% from 653); Blue value is 203 (79.69% from 255 or 31.09% from 653); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D9CB is #162634. Grayscale: #DCDCDC. Windows color (decimal): -1451573 or 13359593. OLE color: 13359593.

HSL color Cylindrical-coordinate representation of color #E9D9CB: hue angle of 28º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E9D9CB is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 217 203 -
CMYK 0 0.07 0.13 0.09
HSL 28º 0.41% 0.85% -
HSV(B) 28º 0.13% 0.91% -
XYZ 69.2 71.26 66.61 -
YUV 220.19 118.3 137.14 -
System Red Green Blue C M Y K H S L
Decimal 233 217 203 0 0.07 0.13 0.09 28 0.41 0.85
Hex E9 D9 CB 0 7 D 9 1C 29 55
Octal 351 331 313 0 7 15 11 34 51 125
Binary 11101001 11011001 11001011 0 111 1101 1001 11100 101001 1010101

Color Harmonies of #E9D9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D9CB

Black with #E9D9CB

Text Example


Text Example

White with #E9D9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D9CB; }

 p { color: rgb(233,217,203); }

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

background-color css

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

 a { background-color: rgb(233,217,203); }

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

border-color css

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

 span { border-color: rgb(233,217,203); }

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