Html Css Color HEX #EDD3BE Almond

📋 copy color: '#EDD3BE'

red 237 ◦ green 211 ◦ blue 190

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

Shades of Almond #EDD3BE

Tints of Almond #EDD3BE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.07%

 BLUE value IS 190 (74.61% from 255) = 29.78%

R = 37.15%
G = 33.07%
B = 29.78%

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

#EDD3BE (or 0xEDD3BE) is known color: Almond. HEX triplet: ED, D3 and BE. RGB value is (237,211,190). Sum of RGB (Red+Green+Blue) = 237+211+190=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 211 (82.81% from 255 or 33.07% from 638); Blue value is 190 (74.61% from 255 or 29.78% from 638); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD3BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD3BE is #122C41. Grayscale: #D8D8D8. Windows color (decimal): -1190978 or 12506093. OLE color: 12506093.

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

Color convert

RGB 237 211 190 -
CMYK 0 0.11 0.20 0.07
HSL 26.81º 0.57% 0.84% -
HSV(B) 26.81º 0.2% 0.93% -
XYZ 67.51 68.31 58.34 -
YUV 216.38 113.11 142.71 -
System Red Green Blue C M Y K H S L
Decimal 237 211 190 0 0.11 0.20 0.07 26.81 0.57 0.84
Hex ED D3 BE 0 B 14 7 1B 39 54
Octal 355 323 276 0 13 24 7 33 71 124
Binary 11101101 11010011 10111110 0 1011 10100 111 11011 111001 1010100

Color Harmonies of #EDD3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD3BE

Black with #EDD3BE

Text Example


Text Example

White with #EDD3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD3BE; }

 p { color: rgb(237,211,190); }

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

background-color css

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

 a { background-color: rgb(237,211,190); }

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

border-color css

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

 span { border-color: rgb(237,211,190); }

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