#EFDDC5

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

Shades of Solitaire #EFDDC5

Tints of Solitaire #EFDDC5

Color information

#EFDDC5 (or 0xEFDDC5) is unknown color: approx Solitaire. HEX triplet: EF, DD and C5. RGB value is (239,221,197). Sum of RGB (Red+Green+Blue) = 239+221+197=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 221 (86.72% from 255 or 33.64% from 657); Blue value is 197 (77.34% from 255 or 29.98% from 657); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDDC5 is #10223A. Grayscale: #DFDFDF. Windows color (decimal): -1057339 or 12967407. OLE color: 12967407.

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

Color convert

RGB239221197-
CMYK00.080.180.06
HSL34.29º56.76%85.49%-
HSV(B)34.29º17.57%93.73%-
XYZ71.5374.0963.35-
YUV223.65112.96138.95-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.38%
GREEN value IS 221 (86.72% from 255) = 33.64%
BLUE value IS 197 (77.34% from 255) = 29.98%
R=36.38%
G=33.64%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922119700.080.180.0634.2956.7685.49
HexEFDDC508126223955
Octal3573353050102264271125
Binary11101111110111011100010101000100101101000101110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDDC5; }

 p { color: rgb(239,221,197); }

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

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

 a { background-color: rgb(239,221,197); }

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

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

 span { border-color: rgb(239,221,197); }

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