Html Css Color HEX #EED5BF Almond

📋 copy color: '#EED5BF'

red 238 ◦ green 213 ◦ blue 191

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

Shades of Almond #EED5BF

Tints of Almond #EED5BF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.18%

 BLUE value IS 191 (75% from 255) = 29.75%

R = 37.07%
G = 33.18%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EED5BF (or 0xEED5BF) is known color: Almond. HEX triplet: EE, D5 and BF. RGB value is (238,213,191). Sum of RGB (Red+Green+Blue) = 238+213+191=642 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.07% from 642); Green value is 213 (83.59% from 255 or 33.18% from 642); Blue value is 191 (75% from 255 or 29.75% from 642); Max value from RGB is 238 - color contains mainly: red. Hex color #EED5BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED5BF is #112A40. Grayscale: #DADADA. Windows color (decimal): -1124929 or 12572142. OLE color: 12572142.

HSL color Cylindrical-coordinate representation of color #EED5BF: hue angle of 28.09º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EED5BF is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 213 191 -
CMYK 0 0.11 0.20 0.07
HSL 28.09º 0.58% 0.84% -
HSV(B) 28.09º 0.2% 0.93% -
XYZ 68.46 69.53 59.1 -
YUV 217.97 112.78 142.29 -
System Red Green Blue C M Y K H S L
Decimal 238 213 191 0 0.11 0.20 0.07 28.09 0.58 0.84
Hex EE D5 BF 0 B 14 7 1C 3A 54
Octal 356 325 277 0 13 24 7 34 72 124
Binary 11101110 11010101 10111111 0 1011 10100 111 11100 111010 1010100

Color Harmonies of #EED5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED5BF

Black with #EED5BF

Text Example


Text Example

White with #EED5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED5BF; }

 p { color: rgb(238,213,191); }

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

background-color css

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

 a { background-color: rgb(238,213,191); }

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

border-color css

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

 span { border-color: rgb(238,213,191); }

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