#EBDDC5

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

Shades of Solitaire #EBDDC5

Tints of Solitaire #EBDDC5

Color information

#EBDDC5 (or 0xEBDDC5) is unknown color: approx Solitaire. HEX triplet: EB, DD and C5. RGB value is (235,221,197). Sum of RGB (Red+Green+Blue) = 235+221+197=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 221 (86.72% from 255 or 33.84% from 653); Blue value is 197 (77.34% from 255 or 30.17% from 653); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDDC5 is #14223A. Grayscale: #DEDEDE. Windows color (decimal): -1319483 or 12967403. OLE color: 12967403.

HSL color Cylindrical-coordinate representation of color #EBDDC5: hue angle of 37.89º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EBDDC5 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB235221197-
CMYK00.060.160.08
HSL37.89º48.72%84.71%-
HSV(B)37.89º16.17%92.16%-
XYZ70.273.4163.29-
YUV222.45113.64136.95-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.99%
GREEN value IS 221 (86.72% from 255) = 33.84%
BLUE value IS 197 (77.34% from 255) = 30.17%
R=35.99%
G=33.84%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522119700.060.160.0837.8948.7284.71
HexEBDDC506108263155
Octal3533353050620104661125
Binary11101011110111011100010101101000010001001101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDDC5; }

 p { color: rgb(235,221,197); }

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

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

 a { background-color: rgb(235,221,197); }

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

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

 span { border-color: rgb(235,221,197); }

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