#EBDBCC

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

Shades of Almond #EBDBCC

Tints of Almond #EBDBCC

Color information

#EBDBCC (or 0xEBDBCC) is unknown color: approx Almond. HEX triplet: EB, DB and CC. RGB value is (235,219,204). Sum of RGB (Red+Green+Blue) = 235+219+204=658 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.71% from 658); Green value is 219 (85.94% from 255 or 33.28% from 658); Blue value is 204 (80.08% from 255 or 31.00% from 658); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDBCC is #142433. Grayscale: #DEDEDE. Windows color (decimal): -1319988 or 13425643. OLE color: 13425643.

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

Color convert

RGB235219204-
CMYK00.070.130.08
HSL29.03º43.66%86.08%-
HSV(B)29.03º13.19%92.16%-
XYZ70.4972.6867.44-
YUV222.07117.8137.22-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.71%
GREEN value IS 219 (85.94% from 255) = 33.28%
BLUE value IS 204 (80.08% from 255) = 31.00%
R=35.71%
G=33.28%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521920400.070.130.0829.0343.6686.08
HexEBDBCC07D81d2c56
Octal3533333140715103554126
Binary111010111101101111001100011111011000111011011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDBCC; }

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

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

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

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

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

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

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

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