#EFDDC0

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

Shades of Solitaire #EFDDC0

Tints of Solitaire #EFDDC0

Color information

#EFDDC0 (or 0xEFDDC0) is unknown color: approx Solitaire. HEX triplet: EF, DD and C0. RGB value is (239,221,192). Sum of RGB (Red+Green+Blue) = 239+221+192=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 192 (75.39% from 255 or 29.45% from 652); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDDC0 is #10223F. Grayscale: #DFDFDF. Windows color (decimal): -1057344 or 12639727. OLE color: 12639727.

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

Color convert

RGB239221192-
CMYK00.080.200.06
HSL37.02º59.49%84.51%-
HSV(B)37.02º19.67%93.73%-
XYZ70.9773.8760.39-
YUV223.08110.46139.36-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.66%
GREEN value IS 221 (86.72% from 255) = 33.90%
BLUE value IS 192 (75.39% from 255) = 29.45%
R=36.66%
G=33.90%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922119200.080.200.0637.0259.4984.51
HexEFDDC008146253b55
Octal3573353000102464573125
Binary11101111110111011100000001000101001101001011110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDDC0; }

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

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

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

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

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

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

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

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