Html Css Color HEX #EDD9C9 Almond

📋 copy color: '#EDD9C9'

red 237 ◦ green 217 ◦ blue 201

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

Shades of Almond #EDD9C9

Tints of Almond #EDD9C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 30.69%

R = 36.18%
G = 33.13%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EDD9C9 (or 0xEDD9C9) is known color: Almond. HEX triplet: ED, D9 and C9. RGB value is (237,217,201). Sum of RGB (Red+Green+Blue) = 237+217+201=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 217 (85.16% from 255 or 33.13% from 655); Blue value is 201 (78.91% from 255 or 30.69% from 655); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD9C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD9C9 is #122636. Grayscale: #DDDDDD. Windows color (decimal): -1189431 or 13228525. OLE color: 13228525.

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

Color convert

RGB 237 217 201 -
CMYK 0 0.08 0.15 0.07
HSL 26.67º 0.5% 0.86% -
HSV(B) 26.67º 0.15% 0.93% -
XYZ 70.28 71.85 65.42 -
YUV 221.16 116.63 139.3 -
System Red Green Blue C M Y K H S L
Decimal 237 217 201 0 0.08 0.15 0.07 26.67 0.5 0.86
Hex ED D9 C9 0 8 F 7 1B 32 56
Octal 355 331 311 0 10 17 7 33 62 126
Binary 11101101 11011001 11001001 0 1000 1111 111 11011 110010 1010110

Color Harmonies of #EDD9C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD9C9

Black with #EDD9C9

Text Example


Text Example

White with #EDD9C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD9C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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