#EFDEC6

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

Shades of Solitaire #EFDEC6

Tints of Solitaire #EFDEC6

Color information

#EFDEC6 (or 0xEFDEC6) is unknown color: approx Solitaire. HEX triplet: EF, DE and C6. RGB value is (239,222,198). Sum of RGB (Red+Green+Blue) = 239+222+198=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 222 (87.11% from 255 or 33.69% from 659); Blue value is 198 (77.73% from 255 or 30.05% from 659); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDEC6 is #102139. Grayscale: #E0E0E0. Windows color (decimal): -1057082 or 13033199. OLE color: 13033199.

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

Color convert

RGB239222198-
CMYK00.070.170.06
HSL35.12º56.16%85.69%-
HSV(B)35.12º17.15%93.73%-
XYZ71.9174.6764.05-
YUV224.35113.13138.45-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.27%
GREEN value IS 222 (87.11% from 255) = 33.69%
BLUE value IS 198 (77.73% from 255) = 30.05%
R=36.27%
G=33.69%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922219800.070.170.0635.1256.1685.69
HexEFDEC607116233856
Octal357336306072164370126
Binary1110111111011110110001100111100011101000111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDEC6; }

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

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

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

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

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

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

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

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