#EDDEC8

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

Shades of Solitaire #EDDEC8

Tints of Solitaire #EDDEC8

Color information

#EDDEC8 (or 0xEDDEC8) is unknown color: approx Solitaire. HEX triplet: ED, DE and C8. RGB value is (237,222,200). Sum of RGB (Red+Green+Blue) = 237+222+200=659 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.96% from 659); Green value is 222 (87.11% from 255 or 33.69% from 659); Blue value is 200 (78.52% from 255 or 30.35% from 659); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDEC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDEC8 is #122137. Grayscale: #E0E0E0. Windows color (decimal): -1188152 or 13164269. OLE color: 13164269.

HSL color Cylindrical-coordinate representation of color #EDDEC8: hue angle of 35.68º 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 #EDDEC8 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB237222200-
CMYK00.060.160.07
HSL35.68º50.68%85.69%-
HSV(B)35.68º15.61%92.94%-
XYZ71.4774.4265.24-
YUV223.98114.47137.29-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.96%
GREEN value IS 222 (87.11% from 255) = 33.69%
BLUE value IS 200 (78.52% from 255) = 30.35%
R=35.96%
G=33.69%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722220000.060.160.0735.6850.6885.69
HexEDDEC806107243356
Octal355336310062074463126
Binary1110110111011110110010000110100001111001001100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDEC8; }

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

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

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

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

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

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

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

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