#EBD8C2

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

Shades of Almond #EBD8C2

Tints of Almond #EBD8C2

Color information

#EBD8C2 (or 0xEBD8C2) is unknown color: approx Almond. HEX triplet: EB, D8 and C2. RGB value is (235,216,194). Sum of RGB (Red+Green+Blue) = 235+216+194=645 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.43% from 645); Green value is 216 (84.77% from 255 or 33.49% from 645); Blue value is 194 (76.17% from 255 or 30.08% from 645); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD8C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD8C2 is #14273D. Grayscale: #DBDBDB. Windows color (decimal): -1320766 or 12769515. OLE color: 12769515.

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

Color convert

RGB235216194-
CMYK00.080.170.08
HSL32.2º50.62%84.12%-
HSV(B)32.2º17.45%92.16%-
XYZ68.5570.6761.07-
YUV219.17113.79139.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.43%
GREEN value IS 216 (84.77% from 255) = 33.49%
BLUE value IS 194 (76.17% from 255) = 30.08%
R=36.43%
G=33.49%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521619400.080.170.0832.250.6284.12
HexEBD8C208118203354
Octal35333030201021104063124
Binary111010111101100011000010010001000110001000001100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD8C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD8C2; }

 p { color: rgb(235,216,194); }

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

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

 a { background-color: rgb(235,216,194); }

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

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

 span { border-color: rgb(235,216,194); }

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