#EFDBC6

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

Shades of Almond #EFDBC6

Tints of Almond #EFDBC6

Color information

#EFDBC6 (or 0xEFDBC6) is unknown color: approx Almond. HEX triplet: EF, DB and C6. RGB value is (239,219,198). Sum of RGB (Red+Green+Blue) = 239+219+198=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 219 (85.94% from 255 or 33.38% from 656); Blue value is 198 (77.73% from 255 or 30.18% from 656); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDBC6 is #102439. Grayscale: #DEDEDE. Windows color (decimal): -1057850 or 13032431. OLE color: 13032431.

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

Color convert

RGB239219198-
CMYK00.080.170.06
HSL30.73º56.16%85.69%-
HSV(B)30.73º17.15%93.73%-
XYZ71.1273.0963.79-
YUV222.59114.13139.71-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.43%
GREEN value IS 219 (85.94% from 255) = 33.38%
BLUE value IS 198 (77.73% from 255) = 30.18%
R=36.43%
G=33.38%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921919800.080.170.0630.7356.1685.69
HexEFDBC6081161f3856
Octal3573333060102163770126
Binary1110111111011011110001100100010001110111111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDBC6; }

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

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

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

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

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

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

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

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