Html Css Color HEX #EDD2BD Almond

📋 copy color: '#EDD2BD'

red 237 ◦ green 210 ◦ blue 189

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

Shades of Almond #EDD2BD

Tints of Almond #EDD2BD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.02%

 BLUE value IS 189 (74.22% from 255) = 29.72%

R = 37.26%
G = 33.02%
B = 29.72%

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

#EDD2BD (or 0xEDD2BD) is known color: Almond. HEX triplet: ED, D2 and BD. RGB value is (237,210,189). Sum of RGB (Red+Green+Blue) = 237+210+189=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 210 (82.42% from 255 or 33.02% from 636); Blue value is 189 (74.22% from 255 or 29.72% from 636); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD2BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD2BD is #122D42. Grayscale: #D7D7D7. Windows color (decimal): -1191235 or 12440301. OLE color: 12440301.

HSL color Cylindrical-coordinate representation of color #EDD2BD: hue angle of 26.25º degrees, saturation: 0.57, 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 #EDD2BD is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 210 189 -
CMYK 0 0.11 0.20 0.07
HSL 26.25º 0.57% 0.84% -
HSV(B) 26.25º 0.2% 0.93% -
XYZ 67.16 67.77 57.69 -
YUV 215.68 112.95 143.21 -
System Red Green Blue C M Y K H S L
Decimal 237 210 189 0 0.11 0.20 0.07 26.25 0.57 0.84
Hex ED D2 BD 0 B 14 7 1A 39 54
Octal 355 322 275 0 13 24 7 32 71 124
Binary 11101101 11010010 10111101 0 1011 10100 111 11010 111001 1010100

Color Harmonies of #EDD2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD2BD

Black with #EDD2BD

Text Example


Text Example

White with #EDD2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD2BD; }

 p { color: rgb(237,210,189); }

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

background-color css

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

 a { background-color: rgb(237,210,189); }

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

border-color css

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

 span { border-color: rgb(237,210,189); }

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