#EDDABD

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

Shades of Solitaire #EDDABD

Tints of Solitaire #EDDABD

Color information

#EDDABD (or 0xEDDABD) is unknown color: approx Solitaire. HEX triplet: ED, DA and BD. RGB value is (237,218,189). Sum of RGB (Red+Green+Blue) = 237+218+189=644 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.80% from 644); Green value is 218 (85.55% from 255 or 33.85% from 644); Blue value is 189 (74.22% from 255 or 29.35% from 644); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDABD is #122542. Grayscale: #DCDCDC. Windows color (decimal): -1189187 or 12442349. OLE color: 12442349.

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

Color convert

RGB237218189-
CMYK00.080.200.07
HSL36.25º57.14%83.53%-
HSV(B)36.25º20.25%92.94%-
XYZ69.1871.8258.36-
YUV220.38110.29139.86-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.80%
GREEN value IS 218 (85.55% from 255) = 33.85%
BLUE value IS 189 (74.22% from 255) = 29.35%
R=36.80%
G=33.85%
B=29.35%

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
Decimal23721818900.080.200.0736.2557.1483.53
HexEDDABD08147243954
Octal3553322750102474471124
Binary11101101110110101011110101000101001111001001110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDABD; }

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

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

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

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

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

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

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

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