#EFDEC1

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

Shades of Solitaire #EFDEC1

Tints of Solitaire #EFDEC1

Color information

#EFDEC1 (or 0xEFDEC1) is unknown color: approx Solitaire. HEX triplet: EF, DE and C1. RGB value is (239,222,193). Sum of RGB (Red+Green+Blue) = 239+222+193=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 222 (87.11% from 255 or 33.94% from 654); Blue value is 193 (75.78% from 255 or 29.51% from 654); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDEC1 is #10213E. Grayscale: #DFDFDF. Windows color (decimal): -1057087 or 12705519. OLE color: 12705519.

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

Color convert

RGB239222193-
CMYK00.070.190.06
HSL37.83º58.97%84.71%-
HSV(B)37.83º19.25%93.73%-
XYZ71.3474.4461.06-
YUV223.78110.63138.86-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.54%
GREEN value IS 222 (87.11% from 255) = 33.94%
BLUE value IS 193 (75.78% from 255) = 29.51%
R=36.54%
G=33.94%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922219300.070.190.0637.8358.9784.71
HexEFDEC107136263b55
Octal357336301072364673125
Binary1110111111011110110000010111100111101001101110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDEC1; }

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

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

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

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

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

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

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

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