#EFDECC

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

Shades of Almond #EFDECC

Tints of Almond #EFDECC

Color information

#EFDECC (or 0xEFDECC) is unknown color: approx Almond. HEX triplet: EF, DE and CC. RGB value is (239,222,204). Sum of RGB (Red+Green+Blue) = 239+222+204=665 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.94% from 665); Green value is 222 (87.11% from 255 or 33.38% from 665); Blue value is 204 (80.08% from 255 or 30.68% from 665); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDECC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDECC is #102133. Grayscale: #E1E1E1. Windows color (decimal): -1057076 or 13426415. OLE color: 13426415.

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

Color convert

RGB239222204-
CMYK00.070.150.06
HSL30.86º52.24%86.86%-
HSV(B)30.86º14.64%93.73%-
XYZ72.6274.9567.77-
YUV225.03116.13137.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.94%
GREEN value IS 222 (87.11% from 255) = 33.38%
BLUE value IS 204 (80.08% from 255) = 30.68%
R=35.94%
G=33.38%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922220400.070.150.0630.8652.2486.86
HexEFDECC07F61f3457
Octal357336314071763764127
Binary11101111110111101100110001111111110111111101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDECC; }

 p { color: rgb(239,222,204); }

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

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

 a { background-color: rgb(239,222,204); }

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

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

 span { border-color: rgb(239,222,204); }

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