#EDDDC4

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

Shades of Solitaire #EDDDC4

Tints of Solitaire #EDDDC4

Color information

#EDDDC4 (or 0xEDDDC4) is unknown color: approx Solitaire. HEX triplet: ED, DD and C4. RGB value is (237,221,196). Sum of RGB (Red+Green+Blue) = 237+221+196=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 221 (86.72% from 255 or 33.79% from 654); Blue value is 196 (76.95% from 255 or 29.97% from 654); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDDC4 is #12223B. Grayscale: #DFDFDF. Windows color (decimal): -1188412 or 12901869. OLE color: 12901869.

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

Color convert

RGB237221196-
CMYK00.070.170.07
HSL36.59º53.25%84.9%-
HSV(B)36.59º17.3%92.94%-
XYZ70.7573.762.72-
YUV222.93112.8138.03-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.24%
GREEN value IS 221 (86.72% from 255) = 33.79%
BLUE value IS 196 (76.95% from 255) = 29.97%
R=36.24%
G=33.79%
B=29.97%

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
Decimal23722119600.070.170.0736.5953.2584.9
HexEDDDC407117253555
Octal355335304072174565125
Binary1110110111011101110001000111100011111001011101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDDC4; }

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

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

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

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

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

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

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

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