#EBD4BF

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

Shades of Almond #EBD4BF

Tints of Almond #EBD4BF

Color information

#EBD4BF (or 0xEBD4BF) is unknown color: approx Almond. HEX triplet: EB, D4 and BF. RGB value is (235,212,191). Sum of RGB (Red+Green+Blue) = 235+212+191=638 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.83% from 638); Green value is 212 (83.20% from 255 or 33.23% from 638); Blue value is 191 (75% from 255 or 29.94% from 638); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD4BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD4BF is #142B40. Grayscale: #D8D8D8. Windows color (decimal): -1321793 or 12571883. OLE color: 12571883.

HSL color Cylindrical-coordinate representation of color #EBD4BF: hue angle of 28.64º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBD4BF is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB235212191-
CMYK00.100.190.08
HSL28.64º52.38%83.53%-
HSV(B)28.64º18.72%92.16%-
XYZ67.2168.5158.97-
YUV216.48113.62141.21-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.83%
GREEN value IS 212 (83.20% from 255) = 33.23%
BLUE value IS 191 (75% from 255) = 29.94%
R=36.83%
G=33.23%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521219100.100.190.0828.6452.3883.53
HexEBD4BF0A1381d3454
Octal35332427701223103564124
Binary11101011110101001011111101010100111000111011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD4BF; }

 p { color: rgb(235,212,191); }

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

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

 a { background-color: rgb(235,212,191); }

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

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

 span { border-color: rgb(235,212,191); }

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