#EDDBBD

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

Shades of Solitaire #EDDBBD

Tints of Solitaire #EDDBBD

Color information

#EDDBBD (or 0xEDDBBD) is unknown color: approx Solitaire. HEX triplet: ED, DB and BD. RGB value is (237,219,189). Sum of RGB (Red+Green+Blue) = 237+219+189=645 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.74% from 645); Green value is 219 (85.94% from 255 or 33.95% from 645); Blue value is 189 (74.22% from 255 or 29.30% from 645); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDBBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDBBD is #122442. Grayscale: #DDDDDD. Windows color (decimal): -1188931 or 12442605. OLE color: 12442605.

HSL color Cylindrical-coordinate representation of color #EDDBBD: hue angle of 37.5º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDDBBD is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB237219189-
CMYK00.080.200.07
HSL37.5º57.14%83.53%-
HSV(B)37.5º20.25%92.94%-
XYZ69.4472.3458.45-
YUV220.96109.96139.44-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.74%
GREEN value IS 219 (85.94% from 255) = 33.95%
BLUE value IS 189 (74.22% from 255) = 29.30%
R=36.74%
G=33.95%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721918900.080.200.0737.557.1483.53
HexEDDBBD08147263954
Octal3553332750102474671124
Binary11101101110110111011110101000101001111001101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDBBD; }

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

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

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

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

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

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

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

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