#EBD6BF

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

Shades of Almond #EBD6BF

Tints of Almond #EBD6BF

Color information

#EBD6BF (or 0xEBD6BF) is unknown color: approx Almond. HEX triplet: EB, D6 and BF. RGB value is (235,214,191). Sum of RGB (Red+Green+Blue) = 235+214+191=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 214 (83.98% from 255 or 33.44% from 640); Blue value is 191 (75% from 255 or 29.84% from 640); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD6BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD6BF is #142940. Grayscale: #D9D9D9. Windows color (decimal): -1321281 or 12572395. OLE color: 12572395.

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

Color convert

RGB235214191-
CMYK00.090.190.08
HSL31.36º52.38%83.53%-
HSV(B)31.36º18.72%92.16%-
XYZ67.7169.5259.14-
YUV217.66112.96140.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.72%
GREEN value IS 214 (83.98% from 255) = 33.44%
BLUE value IS 191 (75% from 255) = 29.84%
R=36.72%
G=33.44%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521419100.090.190.0831.3652.3883.53
HexEBD6BF091381f3454
Octal35332627701123103764124
Binary11101011110101101011111101001100111000111111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD6BF; }

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

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

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

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

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

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

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

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