Html Css Color HEX #E5D9CD Gallery

📋 copy color: '#E5D9CD'

red 229 ◦ green 217 ◦ blue 205

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

Shades of Gallery #E5D9CD

Tints of Gallery #E5D9CD

RGB

 RED value IS 229 (89.84% from 255) = 35.18%

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

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

R = 35.18%
G = 33.33%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E5D9CD (or 0xE5D9CD) is known color: Gallery. HEX triplet: E5, D9 and CD. RGB value is (229,217,205). Sum of RGB (Red+Green+Blue) = 229+217+205=651 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.18% from 651); Green value is 217 (85.16% from 255 or 33.33% from 651); Blue value is 205 (80.47% from 255 or 31.49% from 651); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D9CD is #1A2632. Grayscale: #DBDBDB. Windows color (decimal): -1713715 or 13490661. OLE color: 13490661.

HSL color Cylindrical-coordinate representation of color #E5D9CD: hue angle of 30º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5D9CD is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 217 205 -
CMYK 0 0.05 0.10 0.10
HSL 30º 0.32% 0.85% -
HSV(B) 30º 0.1% 0.9% -
XYZ 68.15 70.69 67.81 -
YUV 219.22 119.98 134.98 -
System Red Green Blue C M Y K H S L
Decimal 229 217 205 0 0.05 0.10 0.10 30 0.32 0.85
Hex E5 D9 CD 0 5 A A 1E 20 55
Octal 345 331 315 0 5 12 12 36 40 125
Binary 11100101 11011001 11001101 0 101 1010 1010 11110 100000 1010101

Color Harmonies of #E5D9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D9CD

Black with #E5D9CD

Text Example


Text Example

White with #E5D9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D9CD; }

 p { color: rgb(229,217,205); }

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

background-color css

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

 a { background-color: rgb(229,217,205); }

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

border-color css

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

 span { border-color: rgb(229,217,205); }

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