Html Css Color HEX #E5D8CA Almond

📋 copy color: '#E5D8CA'

red 229 ◦ green 216 ◦ blue 202

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

Shades of Almond #E5D8CA

Tints of Almond #E5D8CA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 33.38%

 BLUE value IS 202 (79.3% from 255) = 31.22%

R = 35.39%
G = 33.38%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E5D8CA (or 0xE5D8CA) is known color: Almond. HEX triplet: E5, D8 and CA. RGB value is (229,216,202). Sum of RGB (Red+Green+Blue) = 229+216+202=647 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.39% from 647); Green value is 216 (84.77% from 255 or 33.38% from 647); Blue value is 202 (79.30% from 255 or 31.22% from 647); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D8CA is #1A2735. Grayscale: #DADADA. Windows color (decimal): -1713974 or 13293797. OLE color: 13293797.

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

Color convert

RGB 229 216 202 -
CMYK 0 0.06 0.12 0.10
HSL 31.11º 0.34% 0.85% -
HSV(B) 31.11º 0.12% 0.9% -
XYZ 67.53 70.03 65.84 -
YUV 218.29 118.81 135.64 -
System Red Green Blue C M Y K H S L
Decimal 229 216 202 0 0.06 0.12 0.10 31.11 0.34 0.85
Hex E5 D8 CA 0 6 C A 1F 22 55
Octal 345 330 312 0 6 14 12 37 42 125
Binary 11100101 11011000 11001010 0 110 1100 1010 11111 100010 1010101

Color Harmonies of #E5D8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D8CA

Black with #E5D8CA

Text Example


Text Example

White with #E5D8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D8CA; }

 p { color: rgb(229,216,202); }

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

background-color css

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

 a { background-color: rgb(229,216,202); }

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

border-color css

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

 span { border-color: rgb(229,216,202); }

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