Html Css Color HEX #EED9C7 Almond

📋 copy color: '#EED9C7'

red 238 ◦ green 217 ◦ blue 199

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

Shades of Almond #EED9C7

Tints of Almond #EED9C7

RGB

 RED value IS 238 (93.36% from 255) = 36.39%

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

 BLUE value IS 199 (78.13% from 255) = 30.43%

R = 36.39%
G = 33.18%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EED9C7 (or 0xEED9C7) is known color: Almond. HEX triplet: EE, D9 and C7. RGB value is (238,217,199). Sum of RGB (Red+Green+Blue) = 238+217+199=654 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.39% from 654); Green value is 217 (85.16% from 255 or 33.18% from 654); Blue value is 199 (78.12% from 255 or 30.43% from 654); Max value from RGB is 238 - color contains mainly: red. Hex color #EED9C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED9C7 is #112638. Grayscale: #DDDDDD. Windows color (decimal): -1123897 or 13097454. OLE color: 13097454.

HSL color Cylindrical-coordinate representation of color #EED9C7: hue angle of 27.69º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EED9C7 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 217 199 -
CMYK 0 0.09 0.16 0.07
HSL 27.69º 0.53% 0.86% -
HSV(B) 27.69º 0.16% 0.93% -
XYZ 70.38 71.93 64.21 -
YUV 221.23 115.46 139.96 -
System Red Green Blue C M Y K H S L
Decimal 238 217 199 0 0.09 0.16 0.07 27.69 0.53 0.86
Hex EE D9 C7 0 9 10 7 1C 35 56
Octal 356 331 307 0 11 20 7 34 65 126
Binary 11101110 11011001 11000111 0 1001 10000 111 11100 110101 1010110

Color Harmonies of #EED9C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED9C7

Black with #EED9C7

Text Example


Text Example

White with #EED9C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED9C7; }

 p { color: rgb(238,217,199); }

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

background-color css

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

 a { background-color: rgb(238,217,199); }

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

border-color css

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

 span { border-color: rgb(238,217,199); }

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