#EDDBBF

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

Shades of Solitaire #EDDBBF

Tints of Solitaire #EDDBBF

Color information

#EDDBBF (or 0xEDDBBF) is unknown color: approx Solitaire. HEX triplet: ED, DB and BF. RGB value is (237,219,191). Sum of RGB (Red+Green+Blue) = 237+219+191=647 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.63% from 647); Green value is 219 (85.94% from 255 or 33.85% from 647); Blue value is 191 (75% from 255 or 29.52% from 647); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDBBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDBBF is #122440. Grayscale: #DDDDDD. Windows color (decimal): -1188929 or 12573677. OLE color: 12573677.

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

Color convert

RGB237219191-
CMYK00.080.190.07
HSL36.52º56.1%83.92%-
HSV(B)36.52º19.41%92.94%-
XYZ69.6672.4359.6-
YUV221.19110.96139.28-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.63%
GREEN value IS 219 (85.94% from 255) = 33.85%
BLUE value IS 191 (75% from 255) = 29.52%
R=36.63%
G=33.85%
B=29.52%

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
Decimal23721919100.080.190.0736.5256.183.92
HexEDDBBF08137253854
Octal3553332770102374570124
Binary11101101110110111011111101000100111111001011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDBBF; }

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

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

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

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

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

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

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

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