#EED6C1

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

Shades of Almond #EED6C1

Tints of Almond #EED6C1

Color information

#EED6C1 (or 0xEED6C1) is unknown color: approx Almond. HEX triplet: EE, D6 and C1. RGB value is (238,214,193). Sum of RGB (Red+Green+Blue) = 238+214+193=645 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.90% from 645); Green value is 214 (83.98% from 255 or 33.18% from 645); Blue value is 193 (75.78% from 255 or 29.92% from 645); Max value from RGB is 238 - color contains mainly: red. Hex color #EED6C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED6C1 is #11293E. Grayscale: #DADADA. Windows color (decimal): -1124671 or 12703470. OLE color: 12703470.

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

Color convert

RGB238214193-
CMYK00.100.190.07
HSL28º56.96%84.51%-
HSV(B)28º18.91%93.33%-
XYZ68.9370.1260.35-
YUV218.78113.45141.71-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.90%
GREEN value IS 214 (83.98% from 255) = 33.18%
BLUE value IS 193 (75.78% from 255) = 29.92%
R=36.90%
G=33.18%
B=29.92%

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
Decimal23821419300.100.190.072856.9684.51
HexEED6C10A1371c3955
Octal3563263010122373471125
Binary1110111011010110110000010101010011111111001110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED6C1; }

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

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

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

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

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

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

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

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