#EDD8C1

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

Shades of Almond #EDD8C1

Tints of Almond #EDD8C1

Color information

#EDD8C1 (or 0xEDD8C1) is unknown color: approx Almond. HEX triplet: ED, D8 and C1. RGB value is (237,216,193). Sum of RGB (Red+Green+Blue) = 237+216+193=646 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.69% from 646); Green value is 216 (84.77% from 255 or 33.44% from 646); Blue value is 193 (75.78% from 255 or 29.88% from 646); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD8C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD8C1 is #12273E. Grayscale: #DBDBDB. Windows color (decimal): -1189695 or 12703981. OLE color: 12703981.

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

Color convert

RGB237216193-
CMYK00.090.190.07
HSL31.36º55%84.31%-
HSV(B)31.36º18.57%92.94%-
XYZ69.1170.9760.51-
YUV219.66112.96140.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.69%
GREEN value IS 216 (84.77% from 255) = 33.44%
BLUE value IS 193 (75.78% from 255) = 29.88%
R=36.69%
G=33.44%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721619300.090.190.0731.365584.31
HexEDD8C1091371f3754
Octal3553303010112373767124
Binary1110110111011000110000010100110011111111111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD8C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD8C1; }

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

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

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

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

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

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

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

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