#EBDBC6

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

Shades of Solitaire #EBDBC6

Tints of Solitaire #EBDBC6

Color information

#EBDBC6 (or 0xEBDBC6) is unknown color: approx Solitaire. HEX triplet: EB, DB and C6. RGB value is (235,219,198). Sum of RGB (Red+Green+Blue) = 235+219+198=652 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.04% from 652); Green value is 219 (85.94% from 255 or 33.59% from 652); Blue value is 198 (77.73% from 255 or 30.37% from 652); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDBC6 is #142439. Grayscale: #DDDDDD. Windows color (decimal): -1319994 or 13032427. OLE color: 13032427.

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

Color convert

RGB235219198-
CMYK00.070.160.08
HSL34.05º48.05%84.9%-
HSV(B)34.05º15.74%92.16%-
XYZ69.7972.463.72-
YUV221.39114.8137.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.04%
GREEN value IS 219 (85.94% from 255) = 33.59%
BLUE value IS 198 (77.73% from 255) = 30.37%
R=36.04%
G=33.59%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521919800.070.160.0834.0548.0584.9
HexEBDBC607108223055
Octal3533333060720104260125
Binary11101011110110111100011001111000010001000101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDBC6; }

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

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

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

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

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

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

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

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