Html Css Color HEX #E8DBCE Almond

📋 copy color: '#E8DBCE'

red 232 ◦ green 219 ◦ blue 206

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

Shades of Almond #E8DBCE

Tints of Almond #E8DBCE

RGB

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

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

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

R = 35.31%
G = 33.33%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E8DBCE (or 0xE8DBCE) is known color: Almond. HEX triplet: E8, DB and CE. RGB value is (232,219,206). Sum of RGB (Red+Green+Blue) = 232+219+206=657 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.31% from 657); Green value is 219 (85.94% from 255 or 33.33% from 657); Blue value is 206 (80.86% from 255 or 31.35% from 657); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DBCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DBCE is #172431. Grayscale: #DDDDDD. Windows color (decimal): -1516594 or 13556712. OLE color: 13556712.

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

Color convert

RGB 232 219 206 -
CMYK 0 0.06 0.11 0.09
HSL 30º 0.36% 0.86% -
HSV(B) 30º 0.11% 0.91% -
XYZ 69.75 72.28 68.67 -
YUV 221.41 119.31 135.56 -
System Red Green Blue C M Y K H S L
Decimal 232 219 206 0 0.06 0.11 0.09 30 0.36 0.86
Hex E8 DB CE 0 6 B 9 1E 24 56
Octal 350 333 316 0 6 13 11 36 44 126
Binary 11101000 11011011 11001110 0 110 1011 1001 11110 100100 1010110

Color Harmonies of #E8DBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DBCE

Black with #E8DBCE

Text Example


Text Example

White with #E8DBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DBCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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