#EADBCC

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

Shades of Almond #EADBCC

Tints of Almond #EADBCC

Color information

#EADBCC (or 0xEADBCC) is unknown color: approx Almond. HEX triplet: EA, DB and CC. RGB value is (234,219,204). Sum of RGB (Red+Green+Blue) = 234+219+204=657 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.62% from 657); Green value is 219 (85.94% from 255 or 33.33% from 657); Blue value is 204 (80.08% from 255 or 31.05% from 657); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADBCC is #152433. Grayscale: #DDDDDD. Windows color (decimal): -1385524 or 13425642. OLE color: 13425642.

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

Color convert

RGB234219204-
CMYK00.060.130.08
HSL30º41.67%85.88%-
HSV(B)30º12.82%91.76%-
XYZ70.1672.5267.43-
YUV221.78117.97136.72-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.62%
GREEN value IS 219 (85.94% from 255) = 33.33%
BLUE value IS 204 (80.08% from 255) = 31.05%
R=35.62%
G=33.33%
B=31.05%

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
Decimal23421920400.060.130.083041.6785.88
HexEADBCC06D81e2a56
Octal3523333140615103652126
Binary111010101101101111001100011011011000111101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADBCC; }

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

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

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

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

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

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

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

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