Html Css Color HEX #ECD8C9 Almond

📋 copy color: '#ECD8C9'

red 236 ◦ green 216 ◦ blue 201

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

Shades of Almond #ECD8C9

Tints of Almond #ECD8C9

RGB

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

 GREEN value IS 216 (84.77% from 255) = 33.08%

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

R = 36.14%
G = 33.08%
B = 30.78%

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

#ECD8C9 (or 0xECD8C9) is known color: Almond. HEX triplet: EC, D8 and C9. RGB value is (236,216,201). Sum of RGB (Red+Green+Blue) = 236+216+201=653 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.14% from 653); Green value is 216 (84.77% from 255 or 33.08% from 653); Blue value is 201 (78.91% from 255 or 30.78% from 653); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD8C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD8C9 is #132736. Grayscale: #DCDCDC. Windows color (decimal): -1255223 or 13228268. OLE color: 13228268.

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

Color convert

RGB 236 216 201 -
CMYK 0 0.08 0.15 0.07
HSL 25.71º 0.48% 0.86% -
HSV(B) 25.71º 0.15% 0.93% -
XYZ 69.69 71.16 65.32 -
YUV 220.27 117.13 139.22 -
System Red Green Blue C M Y K H S L
Decimal 236 216 201 0 0.08 0.15 0.07 25.71 0.48 0.86
Hex EC D8 C9 0 8 F 7 1A 30 56
Octal 354 330 311 0 10 17 7 32 60 126
Binary 11101100 11011000 11001001 0 1000 1111 111 11010 110000 1010110

Color Harmonies of #ECD8C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD8C9

Black with #ECD8C9

Text Example


Text Example

White with #ECD8C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD8C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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