#EBDBC5

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

Shades of Solitaire #EBDBC5

Tints of Solitaire #EBDBC5

Color information

#EBDBC5 (or 0xEBDBC5) is unknown color: approx Solitaire. HEX triplet: EB, DB and C5. RGB value is (235,219,197). Sum of RGB (Red+Green+Blue) = 235+219+197=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 219 (85.94% from 255 or 33.64% from 651); Blue value is 197 (77.34% from 255 or 30.26% from 651); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDBC5 is #14243A. Grayscale: #DDDDDD. Windows color (decimal): -1319995 or 12966891. OLE color: 12966891.

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

Color convert

RGB235219197-
CMYK00.070.160.08
HSL34.74º48.72%84.71%-
HSV(B)34.74º16.17%92.16%-
XYZ69.6772.3663.12-
YUV221.28114.3137.79-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.10%
GREEN value IS 219 (85.94% from 255) = 33.64%
BLUE value IS 197 (77.34% from 255) = 30.26%
R=36.10%
G=33.64%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521919700.070.160.0834.7448.7284.71
HexEBDBC507108233155
Octal3533333050720104361125
Binary11101011110110111100010101111000010001000111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDBC5; }

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

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

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

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

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

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

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

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