#EDDABF

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

Shades of Solitaire #EDDABF

Tints of Solitaire #EDDABF

Color information

#EDDABF (or 0xEDDABF) is unknown color: approx Solitaire. HEX triplet: ED, DA and BF. RGB value is (237,218,191). Sum of RGB (Red+Green+Blue) = 237+218+191=646 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.69% from 646); Green value is 218 (85.55% from 255 or 33.75% from 646); Blue value is 191 (75% from 255 or 29.57% from 646); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDABF is #122540. Grayscale: #DCDCDC. Windows color (decimal): -1189185 or 12573421. OLE color: 12573421.

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

Color convert

RGB237218191-
CMYK00.080.190.07
HSL35.22º56.1%83.92%-
HSV(B)35.22º19.41%92.94%-
XYZ69.471.9159.51-
YUV220.6111.29139.7-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.69%
GREEN value IS 218 (85.55% from 255) = 33.75%
BLUE value IS 191 (75% from 255) = 29.57%
R=36.69%
G=33.75%
B=29.57%

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
Decimal23721819100.080.190.0735.2256.183.92
HexEDDABF08137233854
Octal3553322770102374370124
Binary11101101110110101011111101000100111111000111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDABF; }

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

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

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

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

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

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

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

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