#EDDCC5

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

Shades of Solitaire #EDDCC5

Tints of Solitaire #EDDCC5

Color information

#EDDCC5 (or 0xEDDCC5) is unknown color: approx Solitaire. HEX triplet: ED, DC and C5. RGB value is (237,220,197). Sum of RGB (Red+Green+Blue) = 237+220+197=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 220 (86.33% from 255 or 33.64% from 654); Blue value is 197 (77.34% from 255 or 30.12% from 654); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDCC5 is #12233A. Grayscale: #DEDEDE. Windows color (decimal): -1188667 or 12967149. OLE color: 12967149.

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

Color convert

RGB237220197-
CMYK00.070.170.07
HSL34.5º52.63%85.1%-
HSV(B)34.5º16.88%92.94%-
XYZ70.673.2263.24-
YUV222.46113.63138.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.24%
GREEN value IS 220 (86.33% from 255) = 33.64%
BLUE value IS 197 (77.34% from 255) = 30.12%
R=36.24%
G=33.64%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722019700.070.170.0734.552.6385.1
HexEDDCC507117233555
Octal355334305072174365125
Binary1110110111011100110001010111100011111000111101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDCC5; }

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

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

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

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

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

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

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

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