#ECD6C1

Color #ECD6C1 Almond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Almond #ECD6C1

Tints of Almond #ECD6C1

Color information

#ECD6C1 (or 0xECD6C1) is unknown color: approx 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

RGB236214193-
CMYK00.090.180.07
HSL29.3º53.09%84.12%-
HSV(B)29.3º18.22%92.55%-
XYZ68.2669.7860.32-
YUV218.18113.79140.71-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.70%
GREEN value IS 214 (83.98% from 255) = 33.28%
BLUE value IS 193 (75.78% from 255) = 30.02%
R=36.70%
G=33.28%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621419300.090.180.0729.353.0984.12
HexECD6C1091271d3554
Octal3543263010112273565124
Binary1110110011010110110000010100110010111111011101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>