#EBDBC0

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

Shades of Solitaire #EBDBC0

Tints of Solitaire #EBDBC0

Color information

#EBDBC0 (or 0xEBDBC0) is unknown color: approx Solitaire. HEX triplet: EB, DB and C0. RGB value is (235,219,192). Sum of RGB (Red+Green+Blue) = 235+219+192=646 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.38% from 646); Green value is 219 (85.94% from 255 or 33.90% from 646); Blue value is 192 (75.39% from 255 or 29.72% from 646); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDBC0 is #14243F. Grayscale: #DCDCDC. Windows color (decimal): -1320000 or 12639211. OLE color: 12639211.

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

Color convert

RGB235219192-
CMYK00.070.180.08
HSL37.67º51.81%83.73%-
HSV(B)37.67º18.3%92.16%-
XYZ69.1172.1360.15-
YUV220.71111.8138.2-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.38%
GREEN value IS 219 (85.94% from 255) = 33.90%
BLUE value IS 192 (75.39% from 255) = 29.72%
R=36.38%
G=33.90%
B=29.72%

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
Decimal23521919200.070.180.0837.6751.8183.73
HexEBDBC007128263454
Octal3533333000722104664124
Binary11101011110110111100000001111001010001001101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDBC0; }

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

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

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

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

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

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

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

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