#EED7C1

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

Shades of Almond #EED7C1

Tints of Almond #EED7C1

Color information

#EED7C1 (or 0xEED7C1) is unknown color: approx Almond. HEX triplet: EE, D7 and C1. RGB value is (238,215,193). Sum of RGB (Red+Green+Blue) = 238+215+193=646 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.84% from 646); Green value is 215 (84.38% from 255 or 33.28% from 646); Blue value is 193 (75.78% from 255 or 29.88% from 646); Max value from RGB is 238 - color contains mainly: red. Hex color #EED7C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED7C1 is #11283E. Grayscale: #DBDBDB. Windows color (decimal): -1124415 or 12703726. OLE color: 12703726.

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

Color convert

RGB238215193-
CMYK00.100.190.07
HSL29.33º56.96%84.51%-
HSV(B)29.33º18.91%93.33%-
XYZ69.1970.6360.44-
YUV219.37113.12141.29-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.84%
GREEN value IS 215 (84.38% from 255) = 33.28%
BLUE value IS 193 (75.78% from 255) = 29.88%
R=36.84%
G=33.28%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821519300.100.190.0729.3356.9684.51
HexEED7C10A1371d3955
Octal3563273010122373571125
Binary1110111011010111110000010101010011111111011110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED7C1; }

 p { color: rgb(238,215,193); }

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

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

 a { background-color: rgb(238,215,193); }

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

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

 span { border-color: rgb(238,215,193); }

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