Html Css Color HEX #E9D9CA Almond

📋 copy color: '#E9D9CA'

red 233 ◦ green 217 ◦ blue 202

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

Shades of Almond #E9D9CA

Tints of Almond #E9D9CA

RGB

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

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

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

R = 35.74%
G = 33.28%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E9D9CA (or 0xE9D9CA) is known color: Almond. HEX triplet: E9, D9 and CA. RGB value is (233,217,202). Sum of RGB (Red+Green+Blue) = 233+217+202=652 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.74% from 652); Green value is 217 (85.16% from 255 or 33.28% from 652); Blue value is 202 (79.30% from 255 or 30.98% from 652); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D9CA is #162635. Grayscale: #DCDCDC. Windows color (decimal): -1451574 or 13294057. OLE color: 13294057.

HSL color Cylindrical-coordinate representation of color #E9D9CA: hue angle of 29.03º degrees, saturation: 0.41, 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 #E9D9CA is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 217 202 -
CMYK 0 0.07 0.13 0.09
HSL 29.03º 0.41% 0.85% -
HSV(B) 29.03º 0.13% 0.91% -
XYZ 69.08 71.21 65.98 -
YUV 220.07 117.8 137.22 -
System Red Green Blue C M Y K H S L
Decimal 233 217 202 0 0.07 0.13 0.09 29.03 0.41 0.85
Hex E9 D9 CA 0 7 D 9 1D 29 55
Octal 351 331 312 0 7 15 11 35 51 125
Binary 11101001 11011001 11001010 0 111 1101 1001 11101 101001 1010101

Color Harmonies of #E9D9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D9CA

Black with #E9D9CA

Text Example


Text Example

White with #E9D9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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