Html Css Color HEX #ECD9C9 Almond

📋 copy color: '#ECD9C9'

red 236 ◦ green 217 ◦ blue 201

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

Shades of Almond #ECD9C9

Tints of Almond #ECD9C9

RGB

 RED value IS 236 (92.58% from 255) = 36.09%

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

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

R = 36.09%
G = 33.18%
B = 30.73%

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

#ECD9C9 (or 0xECD9C9) is known color: Almond. HEX triplet: EC, D9 and C9. RGB value is (236,217,201). Sum of RGB (Red+Green+Blue) = 236+217+201=654 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.09% from 654); Green value is 217 (85.16% from 255 or 33.18% from 654); Blue value is 201 (78.91% from 255 or 30.73% from 654); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD9C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD9C9 is #132636. Grayscale: #DCDCDC. Windows color (decimal): -1254967 or 13228524. OLE color: 13228524.

HSL color Cylindrical-coordinate representation of color #ECD9C9: hue angle of 27.43º degrees, saturation: 0.48, 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 #ECD9C9 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 217 201 -
CMYK 0 0.08 0.15 0.07
HSL 27.43º 0.48% 0.86% -
HSV(B) 27.43º 0.15% 0.93% -
XYZ 69.95 71.68 65.41 -
YUV 220.86 116.79 138.8 -
System Red Green Blue C M Y K H S L
Decimal 236 217 201 0 0.08 0.15 0.07 27.43 0.48 0.86
Hex EC D9 C9 0 8 F 7 1B 30 56
Octal 354 331 311 0 10 17 7 33 60 126
Binary 11101100 11011001 11001001 0 1000 1111 111 11011 110000 1010110

Color Harmonies of #ECD9C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD9C9

Black with #ECD9C9

Text Example


Text Example

White with #ECD9C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD9C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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