#EADCCD

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

Shades of Almond #EADCCD

Tints of Almond #EADCCD

Color information

#EADCCD (or 0xEADCCD) is unknown color: approx Almond. HEX triplet: EA, DC and CD. RGB value is (234,220,205). Sum of RGB (Red+Green+Blue) = 234+220+205=659 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.51% from 659); Green value is 220 (86.33% from 255 or 33.38% from 659); Blue value is 205 (80.47% from 255 or 31.11% from 659); Max value from RGB is 234 - color contains mainly: red. Hex color #EADCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADCCD is #152332. Grayscale: #DEDEDE. Windows color (decimal): -1385267 or 13491434. OLE color: 13491434.

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

Color convert

RGB234220205-
CMYK00.060.120.08
HSL31.03º40.85%86.08%-
HSV(B)31.03º12.39%91.76%-
XYZ70.5473.0968.15-
YUV222.48118.14136.22-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.51%
GREEN value IS 220 (86.33% from 255) = 33.38%
BLUE value IS 205 (80.47% from 255) = 31.11%
R=35.51%
G=33.38%
B=31.11%

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
Decimal23422020500.060.120.0831.0340.8586.08
HexEADCCD06C81f2956
Octal3523343150614103751126
Binary111010101101110011001101011011001000111111010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADCCD; }

 p { color: rgb(234,220,205); }

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

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

 a { background-color: rgb(234,220,205); }

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

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

 span { border-color: rgb(234,220,205); }

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