#EFDABF

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

Shades of Solitaire #EFDABF

Tints of Solitaire #EFDABF

Color information

#EFDABF (or 0xEFDABF) is unknown color: approx Solitaire. HEX triplet: EF, DA and BF. RGB value is (239,218,191). Sum of RGB (Red+Green+Blue) = 239+218+191=648 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.88% from 648); Green value is 218 (85.55% from 255 or 33.64% from 648); Blue value is 191 (75% from 255 or 29.48% from 648); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDABF is #102540. Grayscale: #DDDDDD. Windows color (decimal): -1058113 or 12573423. OLE color: 12573423.

HSL color Cylindrical-coordinate representation of color #EFDABF: hue angle of 33.75º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFDABF is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB239218191-
CMYK00.090.200.06
HSL33.75º60%84.31%-
HSV(B)33.75º20.08%93.73%-
XYZ70.0772.2659.54-
YUV221.2110.96140.7-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.88%
GREEN value IS 218 (85.55% from 255) = 33.64%
BLUE value IS 191 (75% from 255) = 29.48%
R=36.88%
G=33.64%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921819100.090.200.0633.756084.31
HexEFDABF09146223c54
Octal3573322770112464274124
Binary11101111110110101011111101001101001101000101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDABF; }

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

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

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

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

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

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

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

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