Html Css Color HEX #EDD6BF Almond

📋 copy color: '#EDD6BF'

red 237 ◦ green 214 ◦ blue 191

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

Shades of Almond #EDD6BF

Tints of Almond #EDD6BF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.33%

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

R = 36.92%
G = 33.33%
B = 29.75%

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

#EDD6BF (or 0xEDD6BF) is known color: Almond. HEX triplet: ED, D6 and BF. RGB value is (237,214,191). Sum of RGB (Red+Green+Blue) = 237+214+191=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 214 (83.98% from 255 or 33.33% from 642); Blue value is 191 (75% from 255 or 29.75% from 642); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD6BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD6BF is #122940. Grayscale: #DADADA. Windows color (decimal): -1190209 or 12572397. OLE color: 12572397.

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

Color convert

RGB 237 214 191 -
CMYK 0 0.10 0.19 0.07
HSL 30º 0.56% 0.84% -
HSV(B) 30º 0.19% 0.93% -
XYZ 68.38 69.86 59.17 -
YUV 218.26 112.62 141.37 -
System Red Green Blue C M Y K H S L
Decimal 237 214 191 0 0.10 0.19 0.07 30 0.56 0.84
Hex ED D6 BF 0 A 13 7 1E 38 54
Octal 355 326 277 0 12 23 7 36 70 124
Binary 11101101 11010110 10111111 0 1010 10011 111 11110 111000 1010100

Color Harmonies of #EDD6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD6BF

Black with #EDD6BF

Text Example


Text Example

White with #EDD6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD6BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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