#EBDBC1

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

Shades of Solitaire #EBDBC1

Tints of Solitaire #EBDBC1

Color information

#EBDBC1 (or 0xEBDBC1) is unknown color: approx Solitaire. HEX triplet: EB, DB and C1. RGB value is (235,219,193). Sum of RGB (Red+Green+Blue) = 235+219+193=647 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.32% from 647); Green value is 219 (85.94% from 255 or 33.85% from 647); Blue value is 193 (75.78% from 255 or 29.83% from 647); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDBC1 is #14243E. Grayscale: #DCDCDC. Windows color (decimal): -1319999 or 12704747. OLE color: 12704747.

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

Color convert

RGB235219193-
CMYK00.070.180.08
HSL37.14º51.22%83.92%-
HSV(B)37.14º17.87%92.16%-
XYZ69.2272.1860.74-
YUV220.82112.3138.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.32%
GREEN value IS 219 (85.94% from 255) = 33.85%
BLUE value IS 193 (75.78% from 255) = 29.83%
R=36.32%
G=33.85%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521919300.070.180.0837.1451.2283.92
HexEBDBC107128253354
Octal3533333010722104563124
Binary11101011110110111100000101111001010001001011100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDBC1; }

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

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

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

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

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

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

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

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