#EDDDC0

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

Shades of Solitaire #EDDDC0

Tints of Solitaire #EDDDC0

Color information

#EDDDC0 (or 0xEDDDC0) is unknown color: approx Solitaire. HEX triplet: ED, DD and C0. RGB value is (237,221,192). Sum of RGB (Red+Green+Blue) = 237+221+192=650 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.46% from 650); Green value is 221 (86.72% from 255 or 34% from 650); Blue value is 192 (75.39% from 255 or 29.54% from 650); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDDC0 is #12223F. Grayscale: #DEDEDE. Windows color (decimal): -1188416 or 12639725. OLE color: 12639725.

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

Color convert

RGB237221192-
CMYK00.070.190.07
HSL38.67º55.56%84.12%-
HSV(B)38.67º18.99%92.94%-
XYZ70.373.5260.36-
YUV222.48110.8138.36-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.46%
GREEN value IS 221 (86.72% from 255) = 34%
BLUE value IS 192 (75.39% from 255) = 29.54%
R=36.46%
G=34%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722119200.070.190.0738.6755.5684.12
HexEDDDC007137273854
Octal355335300072374770124
Binary1110110111011101110000000111100111111001111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDDC0; }

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

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

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

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

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

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

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

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