#EADACB

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

Shades of Almond #EADACB

Tints of Almond #EADACB

Color information

#EADACB (or 0xEADACB) is unknown color: approx Almond. HEX triplet: EA, DA and CB. RGB value is (234,218,203). Sum of RGB (Red+Green+Blue) = 234+218+203=655 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.73% from 655); Green value is 218 (85.55% from 255 or 33.28% from 655); Blue value is 203 (79.69% from 255 or 30.99% from 655); Max value from RGB is 234 - color contains mainly: red. Hex color #EADACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADACB is #152534. Grayscale: #DDDDDD. Windows color (decimal): -1385781 or 13359850. OLE color: 13359850.

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

Color convert

RGB234218203-
CMYK00.070.130.08
HSL29.03º42.47%85.69%-
HSV(B)29.03º13.25%91.76%-
XYZ69.7871.9566.71-
YUV221.07117.8137.22-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.73%
GREEN value IS 218 (85.55% from 255) = 33.28%
BLUE value IS 203 (79.69% from 255) = 30.99%
R=35.73%
G=33.28%
B=30.99%

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
Decimal23421820300.070.130.0829.0342.4785.69
HexEADACB07D81d2a56
Octal3523323130715103552126
Binary111010101101101011001011011111011000111011010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADACB; }

 p { color: rgb(234,218,203); }

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

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

 a { background-color: rgb(234,218,203); }

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

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

 span { border-color: rgb(234,218,203); }

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