#EBDBC3

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

Shades of Solitaire #EBDBC3

Tints of Solitaire #EBDBC3

Color information

#EBDBC3 (or 0xEBDBC3) is unknown color: approx Solitaire. HEX triplet: EB, DB and C3. RGB value is (235,219,195). Sum of RGB (Red+Green+Blue) = 235+219+195=649 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.21% from 649); Green value is 219 (85.94% from 255 or 33.74% from 649); Blue value is 195 (76.56% from 255 or 30.05% from 649); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDBC3 is #14243C. Grayscale: #DDDDDD. Windows color (decimal): -1319997 or 12835819. OLE color: 12835819.

HSL color Cylindrical-coordinate representation of color #EBDBC3: hue angle of 36º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBDBC3 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB235219195-
CMYK00.070.170.08
HSL36º50%84.31%-
HSV(B)36º17.02%92.16%-
XYZ69.4472.2761.92-
YUV221.05113.3137.95-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.21%
GREEN value IS 219 (85.94% from 255) = 33.74%
BLUE value IS 195 (76.56% from 255) = 30.05%
R=36.21%
G=33.74%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521919500.070.170.08365084.31
HexEBDBC307118243254
Octal3533333030721104462124
Binary11101011110110111100001101111000110001001001100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDBC3; }

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

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

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

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

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

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

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

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