Html Css Color HEX #ECD6C1 Almond

📋 copy color: '#ECD6C1'

red 236 ◦ green 214 ◦ blue 193

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

Shades of Almond #ECD6C1

Tints of Almond #ECD6C1

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.28%

 BLUE value IS 193 (75.78% from 255) = 30.02%

R = 36.7%
G = 33.28%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#ECD6C1 (or 0xECD6C1) is known color: Almond. HEX triplet: EC, D6 and C1. RGB value is (236,214,193). Sum of RGB (Red+Green+Blue) = 236+214+193=643 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.70% from 643); Green value is 214 (83.98% from 255 or 33.28% from 643); Blue value is 193 (75.78% from 255 or 30.02% from 643); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD6C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD6C1 is #13293E. Grayscale: #DADADA. Windows color (decimal): -1255743 or 12703468. OLE color: 12703468.

HSL color Cylindrical-coordinate representation of color #ECD6C1: hue angle of 29.3º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ECD6C1 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 214 193 -
CMYK 0 0.09 0.18 0.07
HSL 29.3º 0.53% 0.84% -
HSV(B) 29.3º 0.18% 0.93% -
XYZ 68.26 69.78 60.32 -
YUV 218.18 113.79 140.71 -
System Red Green Blue C M Y K H S L
Decimal 236 214 193 0 0.09 0.18 0.07 29.3 0.53 0.84
Hex EC D6 C1 0 9 12 7 1D 35 54
Octal 354 326 301 0 11 22 7 35 65 124
Binary 11101100 11010110 11000001 0 1001 10010 111 11101 110101 1010100

Color Harmonies of #ECD6C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD6C1

Black with #ECD6C1

Text Example


Text Example

White with #ECD6C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD6C1; }

 p { color: rgb(236,214,193); }

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

background-color css

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

 a { background-color: rgb(236,214,193); }

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

border-color css

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

 span { border-color: rgb(236,214,193); }

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