Html Css Color HEX #E8D9CB Almond

📋 copy color: '#E8D9CB'

red 232 ◦ green 217 ◦ blue 203

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

Shades of Almond #E8D9CB

Tints of Almond #E8D9CB

RGB

 RED value IS 232 (91.02% from 255) = 35.58%

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

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

R = 35.58%
G = 33.28%
B = 31.13%

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

#E8D9CB (or 0xE8D9CB) is known color: Almond. HEX triplet: E8, D9 and CB. RGB value is (232,217,203). Sum of RGB (Red+Green+Blue) = 232+217+203=652 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.58% from 652); Green value is 217 (85.16% from 255 or 33.28% from 652); Blue value is 203 (79.69% from 255 or 31.13% from 652); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D9CB is #172634. Grayscale: #DBDBDB. Windows color (decimal): -1517109 or 13359592. OLE color: 13359592.

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

Color convert

RGB 232 217 203 -
CMYK 0 0.06 0.12 0.09
HSL 28.97º 0.39% 0.85% -
HSV(B) 28.97º 0.13% 0.91% -
XYZ 68.87 71.09 66.59 -
YUV 219.89 118.47 136.64 -
System Red Green Blue C M Y K H S L
Decimal 232 217 203 0 0.06 0.12 0.09 28.97 0.39 0.85
Hex E8 D9 CB 0 6 C 9 1D 27 55
Octal 350 331 313 0 6 14 11 35 47 125
Binary 11101000 11011001 11001011 0 110 1100 1001 11101 100111 1010101

Color Harmonies of #E8D9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D9CB

Black with #E8D9CB

Text Example


Text Example

White with #E8D9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D9CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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