Html Css Color HEX #EDD4BD Almond

📋 copy color: '#EDD4BD'

red 237 ◦ green 212 ◦ blue 189

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

Shades of Almond #EDD4BD

Tints of Almond #EDD4BD

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.23%

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

R = 37.15%
G = 33.23%
B = 29.62%

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

#EDD4BD (or 0xEDD4BD) is known color: Almond. HEX triplet: ED, D4 and BD. RGB value is (237,212,189). Sum of RGB (Red+Green+Blue) = 237+212+189=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 212 (83.20% from 255 or 33.23% from 638); Blue value is 189 (74.22% from 255 or 29.62% from 638); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD4BD is #122B42. Grayscale: #D8D8D8. Windows color (decimal): -1190723 or 12440813. OLE color: 12440813.

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

Color convert

RGB 237 212 189 -
CMYK 0 0.11 0.20 0.07
HSL 28.75º 0.57% 0.84% -
HSV(B) 28.75º 0.2% 0.93% -
XYZ 67.65 68.77 57.85 -
YUV 216.85 112.28 142.37 -
System Red Green Blue C M Y K H S L
Decimal 237 212 189 0 0.11 0.20 0.07 28.75 0.57 0.84
Hex ED D4 BD 0 B 14 7 1D 39 54
Octal 355 324 275 0 13 24 7 35 71 124
Binary 11101101 11010100 10111101 0 1011 10100 111 11101 111001 1010100

Color Harmonies of #EDD4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD4BD

Black with #EDD4BD

Text Example


Text Example

White with #EDD4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD4BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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