#EED6BF

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

Shades of Almond #EED6BF

Tints of Almond #EED6BF

Color information

#EED6BF (or 0xEED6BF) is unknown color: approx Almond. HEX triplet: EE, D6 and BF. RGB value is (238,214,191). Sum of RGB (Red+Green+Blue) = 238+214+191=643 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.01% from 643); Green value is 214 (83.98% from 255 or 33.28% from 643); Blue value is 191 (75% from 255 or 29.70% from 643); Max value from RGB is 238 - color contains mainly: red. Hex color #EED6BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED6BF is #112940. Grayscale: #DADADA. Windows color (decimal): -1124673 or 12572398. OLE color: 12572398.

HSL color Cylindrical-coordinate representation of color #EED6BF: hue angle of 29.36º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EED6BF is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB238214191-
CMYK00.100.200.07
HSL29.36º58.02%84.12%-
HSV(B)29.36º19.75%93.33%-
XYZ68.7170.0359.19-
YUV218.55112.45141.87-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.01%
GREEN value IS 214 (83.98% from 255) = 33.28%
BLUE value IS 191 (75% from 255) = 29.70%
R=37.01%
G=33.28%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821419100.100.200.0729.3658.0284.12
HexEED6BF0A1471d3a54
Octal3563262770122473572124
Binary1110111011010110101111110101010100111111011110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED6BF; }

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

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

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

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

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

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

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

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