#EBDBBF

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

Shades of Solitaire #EBDBBF

Tints of Solitaire #EBDBBF

Color information

#EBDBBF (or 0xEBDBBF) is unknown color: approx Solitaire. HEX triplet: EB, DB and BF. RGB value is (235,219,191). Sum of RGB (Red+Green+Blue) = 235+219+191=645 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.43% from 645); Green value is 219 (85.94% from 255 or 33.95% from 645); Blue value is 191 (75% from 255 or 29.61% from 645); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDBBF is #142440. Grayscale: #DCDCDC. Windows color (decimal): -1320001 or 12573675. OLE color: 12573675.

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

Color convert

RGB235219191-
CMYK00.070.190.08
HSL38.18º52.38%83.53%-
HSV(B)38.18º18.72%92.16%-
XYZ6972.0959.57-
YUV220.59111.3138.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.43%
GREEN value IS 219 (85.94% from 255) = 33.95%
BLUE value IS 191 (75% from 255) = 29.61%
R=36.43%
G=33.95%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521919100.070.190.0838.1852.3883.53
HexEBDBBF07138263454
Octal3533332770723104664124
Binary11101011110110111011111101111001110001001101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDBBF; }

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

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

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

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

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

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

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

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