#EDDEC3

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

Shades of Solitaire #EDDEC3

Tints of Solitaire #EDDEC3

Color information

#EDDEC3 (or 0xEDDEC3) is unknown color: approx Solitaire. HEX triplet: ED, DE and C3. RGB value is (237,222,195). Sum of RGB (Red+Green+Blue) = 237+222+195=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 222 (87.11% from 255 or 33.94% from 654); Blue value is 195 (76.56% from 255 or 29.82% from 654); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDEC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDEC3 is #12213C. Grayscale: #DFDFDF. Windows color (decimal): -1188157 or 12836589. OLE color: 12836589.

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

Color convert

RGB237222195-
CMYK00.060.180.07
HSL38.57º53.85%84.71%-
HSV(B)38.57º17.72%92.94%-
XYZ70.974.1962.21-
YUV223.41111.97137.7-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.24%
GREEN value IS 222 (87.11% from 255) = 33.94%
BLUE value IS 195 (76.56% from 255) = 29.82%
R=36.24%
G=33.94%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722219500.060.180.0738.5753.8584.71
HexEDDEC306127273655
Octal355336303062274766125
Binary1110110111011110110000110110100101111001111101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDEC3; }

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

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

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

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

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

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

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

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