#EDD3C1

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

Shades of Almond #EDD3C1

Tints of Almond #EDD3C1

Color information

#EDD3C1 (or 0xEDD3C1) is unknown color: approx Almond. HEX triplet: ED, D3 and C1. RGB value is (237,211,193). Sum of RGB (Red+Green+Blue) = 237+211+193=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 211 (82.81% from 255 or 32.92% from 641); Blue value is 193 (75.78% from 255 or 30.11% from 641); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD3C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD3C1 is #122C3E. Grayscale: #D8D8D8. Windows color (decimal): -1190975 or 12702701. OLE color: 12702701.

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

Color convert

RGB237211193-
CMYK00.110.190.07
HSL24.55º55%84.31%-
HSV(B)24.55º18.57%92.94%-
XYZ67.8468.4460.09-
YUV216.72114.61142.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.97%
GREEN value IS 211 (82.81% from 255) = 32.92%
BLUE value IS 193 (75.78% from 255) = 30.11%
R=36.97%
G=32.92%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721119300.110.190.0724.555584.31
HexEDD3C10B137193754
Octal3553233010132373167124
Binary1110110111010011110000010101110011111110011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD3C1; }

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

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

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

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

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

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

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

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