Html Css Color HEX #EDD9C7 Almond

📋 copy color: '#EDD9C7'

red 237 ◦ green 217 ◦ blue 199

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

Shades of Almond #EDD9C7

Tints of Almond #EDD9C7

RGB

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

 GREEN value IS 217 (85.16% from 255) = 33.23%

 BLUE value IS 199 (78.13% from 255) = 30.47%

R = 36.29%
G = 33.23%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EDD9C7 (or 0xEDD9C7) is known color: Almond. HEX triplet: ED, D9 and C7. RGB value is (237,217,199). Sum of RGB (Red+Green+Blue) = 237+217+199=653 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.29% from 653); Green value is 217 (85.16% from 255 or 33.23% from 653); Blue value is 199 (78.12% from 255 or 30.47% from 653); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD9C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD9C7 is #122638. Grayscale: #DDDDDD. Windows color (decimal): -1189433 or 13097453. OLE color: 13097453.

HSL color Cylindrical-coordinate representation of color #EDD9C7: hue angle of 28.42º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EDD9C7 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 217 199 -
CMYK 0 0.08 0.16 0.07
HSL 28.42º 0.51% 0.85% -
HSV(B) 28.42º 0.16% 0.93% -
XYZ 70.05 71.75 64.19 -
YUV 220.93 115.63 139.46 -
System Red Green Blue C M Y K H S L
Decimal 237 217 199 0 0.08 0.16 0.07 28.42 0.51 0.85
Hex ED D9 C7 0 8 10 7 1C 33 55
Octal 355 331 307 0 10 20 7 34 63 125
Binary 11101101 11011001 11000111 0 1000 10000 111 11100 110011 1010101

Color Harmonies of #EDD9C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD9C7

Black with #EDD9C7

Text Example


Text Example

White with #EDD9C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD9C7; }

 p { color: rgb(237,217,199); }

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

background-color css

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

 a { background-color: rgb(237,217,199); }

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

border-color css

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

 span { border-color: rgb(237,217,199); }

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