#EDD4C3

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

Shades of Almond #EDD4C3

Tints of Almond #EDD4C3

Color information

#EDD4C3 (or 0xEDD4C3) is unknown color: approx Almond. HEX triplet: ED, D4 and C3. RGB value is (237,212,195). Sum of RGB (Red+Green+Blue) = 237+212+195=644 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.80% from 644); Green value is 212 (83.20% from 255 or 32.92% from 644); Blue value is 195 (76.56% from 255 or 30.28% from 644); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD4C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD4C3 is #122B3C. Grayscale: #D9D9D9. Windows color (decimal): -1190717 or 12834029. OLE color: 12834029.

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

Color convert

RGB237212195-
CMYK00.110.180.07
HSL24.29º53.85%84.71%-
HSV(B)24.29º17.72%92.94%-
XYZ68.3269.0361.35-
YUV217.54115.28141.88-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.80%
GREEN value IS 212 (83.20% from 255) = 32.92%
BLUE value IS 195 (76.56% from 255) = 30.28%
R=36.80%
G=32.92%
B=30.28%

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
Decimal23721219500.110.180.0724.2953.8584.71
HexEDD4C30B127183655
Octal3553243030132273066125
Binary1110110111010100110000110101110010111110001101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD4C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD4C3; }

 p { color: rgb(237,212,195); }

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

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

 a { background-color: rgb(237,212,195); }

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

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

 span { border-color: rgb(237,212,195); }

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