#EED4BC

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

Shades of Almond #EED4BC

Tints of Almond #EED4BC

Color information

#EED4BC (or 0xEED4BC) is unknown color: approx Almond. HEX triplet: EE, D4 and BC. RGB value is (238,212,188). Sum of RGB (Red+Green+Blue) = 238+212+188=638 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.30% from 638); Green value is 212 (83.20% from 255 or 33.23% from 638); Blue value is 188 (73.83% from 255 or 29.47% from 638); Max value from RGB is 238 - color contains mainly: red. Hex color #EED4BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED4BC is #112B43. Grayscale: #D9D9D9. Windows color (decimal): -1125188 or 12375278. OLE color: 12375278.

HSL color Cylindrical-coordinate representation of color #EED4BC: hue angle of 28.8º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EED4BC is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB238212188-
CMYK00.110.210.07
HSL28.8º59.52%83.53%-
HSV(B)28.8º21.01%93.33%-
XYZ67.8868.8957.3-
YUV217.04111.61142.95-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.30%
GREEN value IS 212 (83.20% from 255) = 33.23%
BLUE value IS 188 (73.83% from 255) = 29.47%
R=37.30%
G=33.23%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821218800.110.210.0728.859.5283.53
HexEED4BC0B1571d3c54
Octal3563242740132573574124
Binary1110111011010100101111000101110101111111011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED4BC; }

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

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

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

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

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

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

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

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