#EFDAC6

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

Shades of Almond #EFDAC6

Tints of Almond #EFDAC6

Color information

#EFDAC6 (or 0xEFDAC6) is unknown color: approx Almond. HEX triplet: EF, DA and C6. RGB value is (239,218,198). Sum of RGB (Red+Green+Blue) = 239+218+198=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 218 (85.55% from 255 or 33.28% from 655); Blue value is 198 (77.73% from 255 or 30.23% from 655); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDAC6 is #102539. Grayscale: #DEDEDE. Windows color (decimal): -1058106 or 13032175. OLE color: 13032175.

HSL color Cylindrical-coordinate representation of color #EFDAC6: hue angle of 29.27º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFDAC6 is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB239218198-
CMYK00.090.170.06
HSL29.27º56.16%85.69%-
HSV(B)29.27º17.15%93.73%-
XYZ70.8672.5763.7-
YUV222114.46140.13-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.49%
GREEN value IS 218 (85.55% from 255) = 33.28%
BLUE value IS 198 (77.73% from 255) = 30.23%
R=36.49%
G=33.28%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921819800.090.170.0629.2756.1685.69
HexEFDAC6091161d3856
Octal3573323060112163570126
Binary1110111111011010110001100100110001110111011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDAC6; }

 p { color: rgb(239,218,198); }

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

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

 a { background-color: rgb(239,218,198); }

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

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

 span { border-color: rgb(239,218,198); }

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