#EBD3BC

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

Shades of Almond #EBD3BC

Tints of Almond #EBD3BC

Color information

#EBD3BC (or 0xEBD3BC) is unknown color: approx Almond. HEX triplet: EB, D3 and BC. RGB value is (235,211,188). Sum of RGB (Red+Green+Blue) = 235+211+188=634 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.07% from 634); Green value is 211 (82.81% from 255 or 33.28% from 634); Blue value is 188 (73.83% from 255 or 29.65% from 634); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD3BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD3BC is #142C43. Grayscale: #D7D7D7. Windows color (decimal): -1322052 or 12375019. OLE color: 12375019.

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

Color convert

RGB235211188-
CMYK00.100.20.08
HSL29.36º54.02%82.94%-
HSV(B)29.36º20%92.16%-
XYZ66.6367.8857.17-
YUV215.55112.45141.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.07%
GREEN value IS 211 (82.81% from 255) = 33.28%
BLUE value IS 188 (73.83% from 255) = 29.65%
R=37.07%
G=33.28%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.2
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521118800.100.20.0829.3654.0282.94
HexEBD3BC0A1481d3653
Octal35332327401224103566123
Binary11101011110100111011110001010101001000111011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD3BC; }

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

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

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

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

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

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

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

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