#EBDBC8

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

Shades of Almond #EBDBC8

Tints of Almond #EBDBC8

Color information

#EBDBC8 (or 0xEBDBC8) is unknown color: approx Almond. HEX triplet: EB, DB and C8. RGB value is (235,219,200). Sum of RGB (Red+Green+Blue) = 235+219+200=654 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.93% from 654); Green value is 219 (85.94% from 255 or 33.49% from 654); Blue value is 200 (78.52% from 255 or 30.58% from 654); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDBC8 is #142437. Grayscale: #DDDDDD. Windows color (decimal): -1319992 or 13163499. OLE color: 13163499.

HSL color Cylindrical-coordinate representation of color #EBDBC8: hue angle of 32.57º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EBDBC8 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB235219200-
CMYK00.070.150.08
HSL32.57º46.67%85.29%-
HSV(B)32.57º14.89%92.16%-
XYZ70.0272.564.95-
YUV221.62115.8137.54-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.93%
GREEN value IS 219 (85.94% from 255) = 33.49%
BLUE value IS 200 (78.52% from 255) = 30.58%
R=35.93%
G=33.49%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521920000.070.150.0832.5746.6785.29
HexEBDBC807F8212f55
Octal3533333100717104157125
Binary1110101111011011110010000111111110001000011011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDBC8; }

 p { color: rgb(235,219,200); }

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

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

 a { background-color: rgb(235,219,200); }

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

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

 span { border-color: rgb(235,219,200); }

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