Html Css Color HEX #EDD5BF Almond

📋 copy color: '#EDD5BF'

red 237 ◦ green 213 ◦ blue 191

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

Shades of Almond #EDD5BF

Tints of Almond #EDD5BF

RGB

 RED value IS 237 (92.97% from 255) = 36.97%

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

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

R = 36.97%
G = 33.23%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EDD5BF (or 0xEDD5BF) is known color: Almond. HEX triplet: ED, D5 and BF. RGB value is (237,213,191). Sum of RGB (Red+Green+Blue) = 237+213+191=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 213 (83.59% from 255 or 33.23% from 641); Blue value is 191 (75% from 255 or 29.80% from 641); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD5BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD5BF is #122A40. Grayscale: #D9D9D9. Windows color (decimal): -1190465 or 12572141. OLE color: 12572141.

HSL color Cylindrical-coordinate representation of color #EDD5BF: hue angle of 28.7º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDD5BF is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 213 191 -
CMYK 0 0.10 0.19 0.07
HSL 28.7º 0.56% 0.84% -
HSV(B) 28.7º 0.19% 0.93% -
XYZ 68.12 69.35 59.09 -
YUV 217.67 112.95 141.79 -
System Red Green Blue C M Y K H S L
Decimal 237 213 191 0 0.10 0.19 0.07 28.7 0.56 0.84
Hex ED D5 BF 0 A 13 7 1D 38 54
Octal 355 325 277 0 12 23 7 35 70 124
Binary 11101101 11010101 10111111 0 1010 10011 111 11101 111000 1010100

Color Harmonies of #EDD5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD5BF

Black with #EDD5BF

Text Example


Text Example

White with #EDD5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD5BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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