#EBDDC6

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

Shades of Solitaire #EBDDC6

Tints of Solitaire #EBDDC6

Color information

#EBDDC6 (or 0xEBDDC6) is unknown color: approx Solitaire. HEX triplet: EB, DD and C6. RGB value is (235,221,198). Sum of RGB (Red+Green+Blue) = 235+221+198=654 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.93% from 654); Green value is 221 (86.72% from 255 or 33.79% from 654); Blue value is 198 (77.73% from 255 or 30.28% from 654); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDDC6 is #142239. Grayscale: #DEDEDE. Windows color (decimal): -1319482 or 13032939. OLE color: 13032939.

HSL color Cylindrical-coordinate representation of color #EBDDC6: hue angle of 37.3º degrees, saturation: 0.48, 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 #EBDDC6 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB235221198-
CMYK00.060.160.08
HSL37.3º48.05%84.9%-
HSV(B)37.3º15.74%92.16%-
XYZ70.3173.4563.9-
YUV222.56114.14136.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.93%
GREEN value IS 221 (86.72% from 255) = 33.79%
BLUE value IS 198 (77.73% from 255) = 30.28%
R=35.93%
G=33.79%
B=30.28%

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
Decimal23522119800.060.160.0837.348.0584.9
HexEBDDC606108253055
Octal3533353060620104560125
Binary11101011110111011100011001101000010001001011100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDDC6; }

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

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

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

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

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

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

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

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