#EBD1BC

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

Shades of Almond #EBD1BC

Tints of Almond #EBD1BC

Color information

#EBD1BC (or 0xEBD1BC) is unknown color: approx Almond. HEX triplet: EB, D1 and BC. RGB value is (235,209,188). Sum of RGB (Red+Green+Blue) = 235+209+188=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 209 (82.03% from 255 or 33.07% from 632); Blue value is 188 (73.83% from 255 or 29.75% from 632); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD1BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD1BC is #142E43. Grayscale: #D6D6D6. Windows color (decimal): -1322564 or 12374507. OLE color: 12374507.

HSL color Cylindrical-coordinate representation of color #EBD1BC: hue angle of 26.81º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBD1BC is Cyan = 0, Magento = 0.11, Yellow = 0.2 and Black (K on CMYK) = 0.08.

Color convert

RGB235209188-
CMYK00.110.20.08
HSL26.81º54.02%82.94%-
HSV(B)26.81º20%92.16%-
XYZ66.1466.8957-
YUV214.38113.11142.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.18%
GREEN value IS 209 (82.03% from 255) = 33.07%
BLUE value IS 188 (73.83% from 255) = 29.75%
R=37.18%
G=33.07%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.2
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520918800.110.20.0826.8154.0282.94
HexEBD1BC0B1481b3653
Octal35332127401324103366123
Binary11101011110100011011110001011101001000110111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD1BC; }

 p { color: rgb(235,209,188); }

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

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

 a { background-color: rgb(235,209,188); }

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

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

 span { border-color: rgb(235,209,188); }

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