#EDDDC5

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

Shades of Solitaire #EDDDC5

Tints of Solitaire #EDDDC5

Color information

#EDDDC5 (or 0xEDDDC5) is unknown color: approx Solitaire. HEX triplet: ED, DD and C5. RGB value is (237,221,197). Sum of RGB (Red+Green+Blue) = 237+221+197=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 221 (86.72% from 255 or 33.74% from 655); Blue value is 197 (77.34% from 255 or 30.08% from 655); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDDC5 is #12223A. Grayscale: #DFDFDF. Windows color (decimal): -1188411 or 12967405. OLE color: 12967405.

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

Color convert

RGB237221197-
CMYK00.070.170.07
HSL36º52.63%85.1%-
HSV(B)36º16.88%92.94%-
XYZ70.8673.7563.32-
YUV223.05113.3137.95-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.18%
GREEN value IS 221 (86.72% from 255) = 33.74%
BLUE value IS 197 (77.34% from 255) = 30.08%
R=36.18%
G=33.74%
B=30.08%

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
Decimal23722119700.070.170.073652.6385.1
HexEDDDC507117243555
Octal355335305072174465125
Binary1110110111011101110001010111100011111001001101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDDC5; }

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

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

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

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

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

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

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

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