#EDD8BD

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

Shades of Solitaire #EDD8BD

Tints of Solitaire #EDD8BD

Color information

#EDD8BD (or 0xEDD8BD) is unknown color: approx Solitaire. HEX triplet: ED, D8 and BD. RGB value is (237,216,189). Sum of RGB (Red+Green+Blue) = 237+216+189=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 216 (84.77% from 255 or 33.64% from 642); Blue value is 189 (74.22% from 255 or 29.44% from 642); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD8BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD8BD is #122742. Grayscale: #DBDBDB. Windows color (decimal): -1189699 or 12441837. OLE color: 12441837.

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

Color convert

RGB237216189-
CMYK00.090.200.07
HSL33.75º57.14%83.53%-
HSV(B)33.75º20.25%92.94%-
XYZ68.6770.7958.19-
YUV219.2110.96140.7-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.92%
GREEN value IS 216 (84.77% from 255) = 33.64%
BLUE value IS 189 (74.22% from 255) = 29.44%
R=36.92%
G=33.64%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721618900.090.200.0733.7557.1483.53
HexEDD8BD09147223954
Octal3553302750112474271124
Binary11101101110110001011110101001101001111000101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD8BD; }

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

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

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

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

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

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

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

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