#EBDBCA

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

Shades of Almond #EBDBCA

Tints of Almond #EBDBCA

Color information

#EBDBCA (or 0xEBDBCA) is unknown color: approx Almond. HEX triplet: EB, DB and CA. RGB value is (235,219,202). Sum of RGB (Red+Green+Blue) = 235+219+202=656 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.82% from 656); Green value is 219 (85.94% from 255 or 33.38% from 656); Blue value is 202 (79.30% from 255 or 30.79% from 656); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDBCA is #142435. Grayscale: #DDDDDD. Windows color (decimal): -1319990 or 13294571. OLE color: 13294571.

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

Color convert

RGB235219202-
CMYK00.070.140.08
HSL30.91º45.21%85.69%-
HSV(B)30.91º14.04%92.16%-
XYZ70.2572.5966.19-
YUV221.85116.8137.38-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.82%
GREEN value IS 219 (85.94% from 255) = 33.38%
BLUE value IS 202 (79.30% from 255) = 30.79%
R=35.82%
G=33.38%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521920200.070.140.0830.9145.2185.69
HexEBDBCA07E81f2d56
Octal3533333120716103755126
Binary111010111101101111001010011111101000111111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDBCA; }

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

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

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

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

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

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

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

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