#EBD2BD

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

Shades of Almond #EBD2BD

Tints of Almond #EBD2BD

Color information

#EBD2BD (or 0xEBD2BD) is unknown color: approx Almond. HEX triplet: EB, D2 and BD. RGB value is (235,210,189). Sum of RGB (Red+Green+Blue) = 235+210+189=634 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.07% from 634); Green value is 210 (82.42% from 255 or 33.12% from 634); Blue value is 189 (74.22% from 255 or 29.81% from 634); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD2BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD2BD is #142D42. Grayscale: #D7D7D7. Windows color (decimal): -1322307 or 12440299. OLE color: 12440299.

HSL color Cylindrical-coordinate representation of color #EBD2BD: hue angle of 27.39º degrees, saturation: 0.53, 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 #EBD2BD is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB235210189-
CMYK00.110.200.08
HSL27.39º53.49%83.14%-
HSV(B)27.39º19.57%92.16%-
XYZ66.4967.4357.65-
YUV215.08113.28142.21-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.07%
GREEN value IS 210 (82.42% from 255) = 33.12%
BLUE value IS 189 (74.22% from 255) = 29.81%
R=37.07%
G=33.12%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521018900.110.200.0827.3953.4983.14
HexEBD2BD0B1481b3553
Octal35332227501324103365123
Binary11101011110100101011110101011101001000110111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD2BD; }

 p { color: rgb(235,210,189); }

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

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

 a { background-color: rgb(235,210,189); }

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

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

 span { border-color: rgb(235,210,189); }

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