#EFDCCD

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

Shades of Almond #EFDCCD

Tints of Almond #EFDCCD

Color information

#EFDCCD (or 0xEFDCCD) is unknown color: approx Almond. HEX triplet: EF, DC and CD. RGB value is (239,220,205). Sum of RGB (Red+Green+Blue) = 239+220+205=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 220 (86.33% from 255 or 33.13% from 664); Blue value is 205 (80.47% from 255 or 30.87% from 664); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCCD is #102332. Grayscale: #E0E0E0. Windows color (decimal): -1057587 or 13491439. OLE color: 13491439.

HSL color Cylindrical-coordinate representation of color #EFDCCD: hue angle of 26.47º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFDCCD is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB239220205-
CMYK00.080.140.06
HSL26.47º51.52%87.06%-
HSV(B)26.47º14.23%93.73%-
XYZ72.2173.9468.22-
YUV223.97117.29138.72-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.99%
GREEN value IS 220 (86.33% from 255) = 33.13%
BLUE value IS 205 (80.47% from 255) = 30.87%
R=35.99%
G=33.13%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922020500.080.140.0626.4751.5287.06
HexEFDCCD08E61a3457
Octal3573343150101663264127
Binary111011111101110011001101010001110110110101101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDCCD; }

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

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

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

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

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

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

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

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