Html Css Color HEX #EED8C7 Almond

📋 copy color: '#EED8C7'

red 238 ◦ green 216 ◦ blue 199

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

Shades of Almond #EED8C7

Tints of Almond #EED8C7

RGB

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

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

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

R = 36.45%
G = 33.08%
B = 30.47%

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

#EED8C7 (or 0xEED8C7) is known color: Almond. HEX triplet: EE, D8 and C7. RGB value is (238,216,199). Sum of RGB (Red+Green+Blue) = 238+216+199=653 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.45% from 653); Green value is 216 (84.77% from 255 or 33.08% from 653); Blue value is 199 (78.12% from 255 or 30.47% from 653); Max value from RGB is 238 - color contains mainly: red. Hex color #EED8C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED8C7 is #112738. Grayscale: #DCDCDC. Windows color (decimal): -1124153 or 13097198. OLE color: 13097198.

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

Color convert

RGB 238 216 199 -
CMYK 0 0.09 0.16 0.07
HSL 26.15º 0.53% 0.86% -
HSV(B) 26.15º 0.16% 0.93% -
XYZ 70.12 71.41 64.12 -
YUV 220.64 115.79 140.38 -
System Red Green Blue C M Y K H S L
Decimal 238 216 199 0 0.09 0.16 0.07 26.15 0.53 0.86
Hex EE D8 C7 0 9 10 7 1A 35 56
Octal 356 330 307 0 11 20 7 32 65 126
Binary 11101110 11011000 11000111 0 1001 10000 111 11010 110101 1010110

Color Harmonies of #EED8C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED8C7

Black with #EED8C7

Text Example


Text Example

White with #EED8C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED8C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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