#ECD3C1

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

Shades of Almond #ECD3C1

Tints of Almond #ECD3C1

Color information

#ECD3C1 (or 0xECD3C1) is unknown color: approx Almond. HEX triplet: EC, D3 and C1. RGB value is (236,211,193). Sum of RGB (Red+Green+Blue) = 236+211+193=640 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.88% from 640); Green value is 211 (82.81% from 255 or 32.97% from 640); Blue value is 193 (75.78% from 255 or 30.16% from 640); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD3C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD3C1 is #132C3E. Grayscale: #D8D8D8. Windows color (decimal): -1256511 or 12702700. OLE color: 12702700.

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

Color convert

RGB236211193-
CMYK00.110.180.07
HSL25.12º53.09%84.12%-
HSV(B)25.12º18.22%92.55%-
XYZ67.5168.2760.07-
YUV216.42114.78141.96-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.88%
GREEN value IS 211 (82.81% from 255) = 32.97%
BLUE value IS 193 (75.78% from 255) = 30.16%
R=36.88%
G=32.97%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621119300.110.180.0725.1253.0984.12
HexECD3C10B127193554
Octal3543233010132273165124
Binary1110110011010011110000010101110010111110011101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD3C1; }

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

 H1.HeaderClassName
 {
   color: #ECD3C1;
 }
 .AnyTagClassName
 {
   color: #ECD3C1;
 }
</style>
background-color css

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

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

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

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

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

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