#EDDAC1

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

Shades of Solitaire #EDDAC1

Tints of Solitaire #EDDAC1

Color information

#EDDAC1 (or 0xEDDAC1) is unknown color: approx Solitaire. HEX triplet: ED, DA and C1. RGB value is (237,218,193). Sum of RGB (Red+Green+Blue) = 237+218+193=648 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.57% from 648); Green value is 218 (85.55% from 255 or 33.64% from 648); Blue value is 193 (75.78% from 255 or 29.78% from 648); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDAC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDAC1 is #12253E. Grayscale: #DCDCDC. Windows color (decimal): -1189183 or 12704493. OLE color: 12704493.

HSL color Cylindrical-coordinate representation of color #EDDAC1: hue angle of 34.09º degrees, saturation: 0.55, 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 #EDDAC1 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB237218193-
CMYK00.080.190.07
HSL34.09º55%84.31%-
HSV(B)34.09º18.57%92.94%-
XYZ69.627260.68-
YUV220.83112.29139.53-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.57%
GREEN value IS 218 (85.55% from 255) = 33.64%
BLUE value IS 193 (75.78% from 255) = 29.78%
R=36.57%
G=33.64%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721819300.080.190.0734.095584.31
HexEDDAC108137223754
Octal3553323010102374267124
Binary11101101110110101100000101000100111111000101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDAC1; }

 p { color: rgb(237,218,193); }

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

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

 a { background-color: rgb(237,218,193); }

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

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

 span { border-color: rgb(237,218,193); }

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