Html Css Color HEX #E9DCCD Almond

📋 copy color: '#E9DCCD'

red 233 ◦ green 220 ◦ blue 205

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

Shades of Almond #E9DCCD

Tints of Almond #E9DCCD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.43%

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

R = 35.41%
G = 33.43%
B = 31.16%

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

#E9DCCD (or 0xE9DCCD) is known color: Almond. HEX triplet: E9, DC and CD. RGB value is (233,220,205). Sum of RGB (Red+Green+Blue) = 233+220+205=658 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.41% from 658); Green value is 220 (86.33% from 255 or 33.43% from 658); Blue value is 205 (80.47% from 255 or 31.16% from 658); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DCCD is #162332. Grayscale: #DEDEDE. Windows color (decimal): -1450803 or 13491433. OLE color: 13491433.

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

Color convert

RGB 233 220 205 -
CMYK 0 0.06 0.12 0.09
HSL 32.14º 0.39% 0.86% -
HSV(B) 32.14º 0.12% 0.91% -
XYZ 70.22 72.92 68.13 -
YUV 222.18 118.31 135.72 -
System Red Green Blue C M Y K H S L
Decimal 233 220 205 0 0.06 0.12 0.09 32.14 0.39 0.86
Hex E9 DC CD 0 6 C 9 20 27 56
Octal 351 334 315 0 6 14 11 40 47 126
Binary 11101001 11011100 11001101 0 110 1100 1001 100000 100111 1010110

Color Harmonies of #E9DCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DCCD

Black with #E9DCCD

Text Example


Text Example

White with #E9DCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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