#EBDBC2

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

Shades of Solitaire #EBDBC2

Tints of Solitaire #EBDBC2

Color information

#EBDBC2 (or 0xEBDBC2) is unknown color: approx Solitaire. HEX triplet: EB, DB and C2. RGB value is (235,219,194). Sum of RGB (Red+Green+Blue) = 235+219+194=648 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.27% from 648); Green value is 219 (85.94% from 255 or 33.80% from 648); Blue value is 194 (76.17% from 255 or 29.94% from 648); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDBC2 is #14243D. Grayscale: #DDDDDD. Windows color (decimal): -1319998 or 12770283. OLE color: 12770283.

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

Color convert

RGB235219194-
CMYK00.070.170.08
HSL36.59º50.62%84.12%-
HSV(B)36.59º17.45%92.16%-
XYZ69.3372.2261.32-
YUV220.93112.8138.03-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.27%
GREEN value IS 219 (85.94% from 255) = 33.80%
BLUE value IS 194 (76.17% from 255) = 29.94%
R=36.27%
G=33.80%
B=29.94%

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
Decimal23521919400.070.170.0836.5950.6284.12
HexEBDBC207118253354
Octal3533333020721104563124
Binary11101011110110111100001001111000110001001011100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDBC2; }

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

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

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

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

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

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

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

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