#EED4C3

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

Shades of Almond #EED4C3

Tints of Almond #EED4C3

Color information

#EED4C3 (or 0xEED4C3) is unknown color: approx Almond. HEX triplet: EE, D4 and C3. RGB value is (238,212,195). Sum of RGB (Red+Green+Blue) = 238+212+195=645 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.90% from 645); Green value is 212 (83.20% from 255 or 32.87% from 645); Blue value is 195 (76.56% from 255 or 30.23% from 645); Max value from RGB is 238 - color contains mainly: red. Hex color #EED4C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED4C3 is #112B3C. Grayscale: #D9D9D9. Windows color (decimal): -1125181 or 12834030. OLE color: 12834030.

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

Color convert

RGB238212195-
CMYK00.110.180.07
HSL23.72º55.84%84.9%-
HSV(B)23.72º18.07%93.33%-
XYZ68.6569.261.37-
YUV217.84115.11142.38-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.90%
GREEN value IS 212 (83.20% from 255) = 32.87%
BLUE value IS 195 (76.56% from 255) = 30.23%
R=36.90%
G=32.87%
B=30.23%

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
Decimal23821219500.110.180.0723.7255.8484.9
HexEED4C30B127183855
Octal3563243030132273070125
Binary1110111011010100110000110101110010111110001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED4C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED4C3; }

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

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

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

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

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

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

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

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