#EDDEC6

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

Shades of Solitaire #EDDEC6

Tints of Solitaire #EDDEC6

Color information

#EDDEC6 (or 0xEDDEC6) is unknown color: approx Solitaire. HEX triplet: ED, DE and C6. RGB value is (237,222,198). Sum of RGB (Red+Green+Blue) = 237+222+198=657 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.07% from 657); Green value is 222 (87.11% from 255 or 33.79% from 657); Blue value is 198 (77.73% from 255 or 30.14% from 657); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDEC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDEC6 is #122139. Grayscale: #DFDFDF. Windows color (decimal): -1188154 or 13033197. OLE color: 13033197.

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

Color convert

RGB237222198-
CMYK00.060.160.07
HSL36.92º52%85.29%-
HSV(B)36.92º16.46%92.94%-
XYZ71.2474.3264.02-
YUV223.75113.47137.45-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.07%
GREEN value IS 222 (87.11% from 255) = 33.79%
BLUE value IS 198 (77.73% from 255) = 30.14%
R=36.07%
G=33.79%
B=30.14%

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
Decimal23722219800.060.160.0736.925285.29
HexEDDEC606107253455
Octal355336306062074564125
Binary1110110111011110110001100110100001111001011101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDEC6; }

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

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

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

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

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

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

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

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