#EBDCCC

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

Shades of Almond #EBDCCC

Tints of Almond #EBDCCC

Color information

#EBDCCC (or 0xEBDCCC) is unknown color: approx Almond. HEX triplet: EB, DC and CC. RGB value is (235,220,204). Sum of RGB (Red+Green+Blue) = 235+220+204=659 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.66% from 659); Green value is 220 (86.33% from 255 or 33.38% from 659); Blue value is 204 (80.08% from 255 or 30.96% from 659); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDCCC is #142333. Grayscale: #DEDEDE. Windows color (decimal): -1319732 or 13425899. OLE color: 13425899.

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

Color convert

RGB235220204-
CMYK00.060.130.08
HSL30.97º43.66%86.08%-
HSV(B)30.97º13.19%92.16%-
XYZ70.7573.2167.53-
YUV222.66117.47136.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.66%
GREEN value IS 220 (86.33% from 255) = 33.38%
BLUE value IS 204 (80.08% from 255) = 30.96%
R=35.66%
G=33.38%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522020400.060.130.0830.9743.6686.08
HexEBDCCC06D81f2c56
Octal3533343140615103754126
Binary111010111101110011001100011011011000111111011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDCCC; }

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

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

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

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

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

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

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

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