Html Css Color HEX #E7D9CA Almond

📋 copy color: '#E7D9CA'

red 231 ◦ green 217 ◦ blue 202

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

Shades of Almond #E7D9CA

Tints of Almond #E7D9CA

RGB

 RED value IS 231 (90.63% from 255) = 35.54%

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

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

R = 35.54%
G = 33.38%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E7D9CA (or 0xE7D9CA) is known color: Almond. HEX triplet: E7, D9 and CA. RGB value is (231,217,202). Sum of RGB (Red+Green+Blue) = 231+217+202=650 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.54% from 650); Green value is 217 (85.16% from 255 or 33.38% from 650); Blue value is 202 (79.30% from 255 or 31.08% from 650); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D9CA is #182635. Grayscale: #DBDBDB. Windows color (decimal): -1582646 or 13294055. OLE color: 13294055.

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

Color convert

RGB 231 217 202 -
CMYK 0 0.06 0.13 0.09
HSL 31.03º 0.38% 0.85% -
HSV(B) 31.03º 0.13% 0.91% -
XYZ 68.43 70.88 65.95 -
YUV 219.48 118.14 136.22 -
System Red Green Blue C M Y K H S L
Decimal 231 217 202 0 0.06 0.13 0.09 31.03 0.38 0.85
Hex E7 D9 CA 0 6 D 9 1F 26 55
Octal 347 331 312 0 6 15 11 37 46 125
Binary 11100111 11011001 11001010 0 110 1101 1001 11111 100110 1010101

Color Harmonies of #E7D9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D9CA

Black with #E7D9CA

Text Example


Text Example

White with #E7D9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D9CA; }

 p { color: rgb(231,217,202); }

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

background-color css

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

 a { background-color: rgb(231,217,202); }

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

border-color css

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

 span { border-color: rgb(231,217,202); }

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