#EBDBC4

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

Shades of Solitaire #EBDBC4

Tints of Solitaire #EBDBC4

Color information

#EBDBC4 (or 0xEBDBC4) is unknown color: approx Solitaire. HEX triplet: EB, DB and C4. RGB value is (235,219,196). Sum of RGB (Red+Green+Blue) = 235+219+196=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 219 (85.94% from 255 or 33.69% from 650); Blue value is 196 (76.95% from 255 or 30.15% from 650); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDBC4 is #14243B. Grayscale: #DDDDDD. Windows color (decimal): -1319996 or 12901355. OLE color: 12901355.

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

Color convert

RGB235219196-
CMYK00.070.170.08
HSL35.38º49.37%84.51%-
HSV(B)35.38º16.6%92.16%-
XYZ69.5672.3162.52-
YUV221.16113.8137.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.15%
GREEN value IS 219 (85.94% from 255) = 33.69%
BLUE value IS 196 (76.95% from 255) = 30.15%
R=36.15%
G=33.69%
B=30.15%

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
Decimal23521919600.070.170.0835.3849.3784.51
HexEBDBC407118233155
Octal3533333040721104361125
Binary11101011110110111100010001111000110001000111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDBC4; }

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

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

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

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

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

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

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

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