#EDDCC6

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

Shades of Solitaire #EDDCC6

Tints of Solitaire #EDDCC6

Color information

#EDDCC6 (or 0xEDDCC6) is unknown color: approx Solitaire. HEX triplet: ED, DC and C6. RGB value is (237,220,198). Sum of RGB (Red+Green+Blue) = 237+220+198=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 198 (77.73% from 255 or 30.23% from 655); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDCC6 is #122339. Grayscale: #DEDEDE. Windows color (decimal): -1188666 or 13032685. OLE color: 13032685.

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

Color convert

RGB237220198-
CMYK00.070.160.07
HSL33.85º52%85.29%-
HSV(B)33.85º16.46%92.94%-
XYZ70.7173.2763.84-
YUV222.58114.13138.29-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.18%
GREEN value IS 220 (86.33% from 255) = 33.59%
BLUE value IS 198 (77.73% from 255) = 30.23%
R=36.18%
G=33.59%
B=30.23%

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
Decimal23722019800.070.160.0733.855285.29
HexEDDCC607107223455
Octal355334306072074264125
Binary1110110111011100110001100111100001111000101101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDCC6; }

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

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

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

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

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

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

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

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