#EDDDC8

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

Shades of Solitaire #EDDDC8

Tints of Solitaire #EDDDC8

Color information

#EDDDC8 (or 0xEDDDC8) is unknown color: approx Solitaire. HEX triplet: ED, DD and C8. RGB value is (237,221,200). Sum of RGB (Red+Green+Blue) = 237+221+200=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 221 (86.72% from 255 or 33.59% from 658); Blue value is 200 (78.52% from 255 or 30.40% from 658); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDDC8 is #122237. Grayscale: #DFDFDF. Windows color (decimal): -1188408 or 13164013. OLE color: 13164013.

HSL color Cylindrical-coordinate representation of color #EDDDC8: hue angle of 34.05º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EDDDC8 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB237221200-
CMYK00.070.160.07
HSL34.05º50.68%85.69%-
HSV(B)34.05º15.61%92.94%-
XYZ71.2173.8965.15-
YUV223.39114.8137.71-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.02%
GREEN value IS 221 (86.72% from 255) = 33.59%
BLUE value IS 200 (78.52% from 255) = 30.40%
R=36.02%
G=33.59%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722120000.070.160.0734.0550.6885.69
HexEDDDC807107223356
Octal355335310072074263126
Binary1110110111011101110010000111100001111000101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDDC8; }

 p { color: rgb(237,221,200); }

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

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

 a { background-color: rgb(237,221,200); }

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

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

 span { border-color: rgb(237,221,200); }

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