#EBDCCE

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

Shades of Almond #EBDCCE

Tints of Almond #EBDCCE

Color information

#EBDCCE (or 0xEBDCCE) is unknown color: approx Almond. HEX triplet: EB, DC and CE. RGB value is (235,220,206). Sum of RGB (Red+Green+Blue) = 235+220+206=661 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.55% from 661); Green value is 220 (86.33% from 255 or 33.28% from 661); Blue value is 206 (80.86% from 255 or 31.16% from 661); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDCCE is #142331. Grayscale: #DEDEDE. Windows color (decimal): -1319730 or 13556971. OLE color: 13556971.

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

Color convert

RGB235220206-
CMYK00.060.120.08
HSL28.97º42.03%86.47%-
HSV(B)28.97º12.34%92.16%-
XYZ70.9973.368.8-
YUV222.89118.47136.64-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.55%
GREEN value IS 220 (86.33% from 255) = 33.28%
BLUE value IS 206 (80.86% from 255) = 31.16%
R=35.55%
G=33.28%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522020600.060.120.0828.9742.0386.47
HexEBDCCE06C81d2a56
Octal3533343160614103552126
Binary111010111101110011001110011011001000111011010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDCCE; }

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

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

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

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

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

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

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

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