#EDDCC4

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

Shades of Solitaire #EDDCC4

Tints of Solitaire #EDDCC4

Color information

#EDDCC4 (or 0xEDDCC4) is unknown color: approx Solitaire. HEX triplet: ED, DC and C4. RGB value is (237,220,196). Sum of RGB (Red+Green+Blue) = 237+220+196=653 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.29% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 196 (76.95% from 255 or 30.02% from 653); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDCC4 is #12233B. Grayscale: #DEDEDE. Windows color (decimal): -1188668 or 12901613. OLE color: 12901613.

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

Color convert

RGB237220196-
CMYK00.070.170.07
HSL35.12º53.25%84.9%-
HSV(B)35.12º17.3%92.94%-
XYZ70.4873.1862.63-
YUV222.35113.13138.45-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.29%
GREEN value IS 220 (86.33% from 255) = 33.69%
BLUE value IS 196 (76.95% from 255) = 30.02%
R=36.29%
G=33.69%
B=30.02%

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
Decimal23722019600.070.170.0735.1253.2584.9
HexEDDCC407117233555
Octal355334304072174365125
Binary1110110111011100110001000111100011111000111101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDCC4; }

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

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

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

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

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

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

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

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