#EED4C2

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

Shades of Almond #EED4C2

Tints of Almond #EED4C2

Color information

#EED4C2 (or 0xEED4C2) is unknown color: approx Almond. HEX triplet: EE, D4 and C2. RGB value is (238,212,194). Sum of RGB (Red+Green+Blue) = 238+212+194=644 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.96% from 644); Green value is 212 (83.20% from 255 or 32.92% from 644); Blue value is 194 (76.17% from 255 or 30.12% from 644); Max value from RGB is 238 - color contains mainly: red. Hex color #EED4C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED4C2 is #112B3D. Grayscale: #D9D9D9. Windows color (decimal): -1125182 or 12768494. OLE color: 12768494.

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

Color convert

RGB238212194-
CMYK00.110.180.07
HSL24.55º56.41%84.71%-
HSV(B)24.55º18.49%93.33%-
XYZ68.5469.1660.78-
YUV217.72114.61142.46-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.96%
GREEN value IS 212 (83.20% from 255) = 32.92%
BLUE value IS 194 (76.17% from 255) = 30.12%
R=36.96%
G=32.92%
B=30.12%

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
Decimal23821219400.110.180.0724.5556.4184.71
HexEED4C20B127193855
Octal3563243020132273170125
Binary1110111011010100110000100101110010111110011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED4C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED4C2; }

 p { color: rgb(238,212,194); }

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

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

 a { background-color: rgb(238,212,194); }

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

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

 span { border-color: rgb(238,212,194); }

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