#EDD9BF

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

Shades of Solitaire #EDD9BF

Tints of Solitaire #EDD9BF

Color information

#EDD9BF (or 0xEDD9BF) is unknown color: approx Solitaire. HEX triplet: ED, D9 and BF. RGB value is (237,217,191). Sum of RGB (Red+Green+Blue) = 237+217+191=645 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.74% from 645); Green value is 217 (85.16% from 255 or 33.64% from 645); Blue value is 191 (75% from 255 or 29.61% from 645); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD9BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD9BF is #122640. Grayscale: #DCDCDC. Windows color (decimal): -1189441 or 12573165. OLE color: 12573165.

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

Color convert

RGB237217191-
CMYK00.080.190.07
HSL33.91º56.1%83.92%-
HSV(B)33.91º19.41%92.94%-
XYZ69.1471.3959.43-
YUV220.02111.63140.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.74%
GREEN value IS 217 (85.16% from 255) = 33.64%
BLUE value IS 191 (75% from 255) = 29.61%
R=36.74%
G=33.64%
B=29.61%

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
Decimal23721719100.080.190.0733.9156.183.92
HexEDD9BF08137223854
Octal3553312770102374270124
Binary11101101110110011011111101000100111111000101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD9BF; }

 p { color: rgb(237,217,191); }

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

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

 a { background-color: rgb(237,217,191); }

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

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

 span { border-color: rgb(237,217,191); }

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